Skip to content

Commit e443bc1

Browse files
authored
Update rjj.py
1 parent 797e9c6 commit e443bc1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rjj.py

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def list_json_files():
2222
def list_html_files():
2323
return [f for f in os.listdir() if f.endswith('.html')]
2424

25-
2625
def load_descriptors_from_json():
2726
json_files = list_json_files()
2827
if not json_files:

0 commit comments

Comments
 (0)