We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 797e9c6 commit e443bc1Copy full SHA for e443bc1
rjj.py
@@ -22,7 +22,6 @@ def list_json_files():
22
def list_html_files():
23
return [f for f in os.listdir() if f.endswith('.html')]
24
25
-
26
def load_descriptors_from_json():
27
json_files = list_json_files()
28
if not json_files:
0 commit comments