Skip to content

Commit 1585b14

Browse files
committed
Fix last one
1 parent 8b25b53 commit 1585b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stf/reports/validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
script_dir = os.path.dirname(os.path.abspath(__file__))
77
sys.path.append(os.path.abspath(os.path.join(script_dir, '../../lib')))
88

9-
from utils import validate_group # noqa: E402
9+
from validate_asn1 import validate_group # noqa: E402
1010

1111
os.chdir(script_dir)
1212

0 commit comments

Comments
 (0)