You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: utils/rec_info.py
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
importargparse
2
+
importjson
2
3
importsys
3
-
importyaml
4
-
5
-
fromrecordimportRecord
6
-
fromcommonimportdefault_config_file
7
-
fromopt_checkimportopt_check
8
-
frompathlibimportPath
9
-
importreferencing
10
4
importurllib.parse
5
+
frompathlibimportPath
6
+
11
7
importjsonschema
12
8
importjsonschema.validators
13
-
importjson
9
+
importreferencing
10
+
importyaml
11
+
fromcommonimportdefault_config_file
12
+
fromopt_checkimportopt_check
13
+
fromrecordimportRecord
14
14
15
15
parser=argparse.ArgumentParser(prog="rec_info", description="Reads a record from the STDIN and prints various information about it in the YAML format")
0 commit comments