Skip to content

Commit 48a84a8

Browse files
remove unused import json and add os
1 parent 5f97779 commit 48a84a8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

gen_data/utils.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import json
2-
import arch as archAlt
3-
archAltName = archAlt.ReverseTranslate()
1+
import os
42

53
def add_suite(JsonFile: dict, suite: str) -> None:
64
""" Add suite to the JsonFile

0 commit comments

Comments
 (0)