Skip to content

Commit f681c99

Browse files
author
cclauss
authored
import json
json is used on line 23 but it is not imported. This may raise a NameError at runtime.
1 parent 515cb06 commit f681c99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/helpers/file_helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import json
12
import os
23

34

0 commit comments

Comments
 (0)