Skip to content

Commit f1092a9

Browse files
committed
gh-145200: Fix missing 'support' import in test_hmac.py
1 parent b175558 commit f1092a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_hmac.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
import unittest
2525
import warnings
2626
from _operator import _compare_digest as operator_compare_digest
27+
from test import support
2728
from test.support import _4G, bigmemtest
2829
from test.support import check_disallow_instantiation
2930
from test.support import hashlib_helper, import_helper

0 commit comments

Comments
 (0)