dev-yuje commited on
Commit
78380bf
·
1 Parent(s): afcc33c

fix: remove unused sys import in fix_css.py

Browse files
Files changed (1) hide show
  1. fix_css.py +0 -1
fix_css.py CHANGED
@@ -1,4 +1,3 @@
1
-
2
  with open('app.py', 'r', encoding='utf-8') as f:
3
  content = f.read()
4
 
 
 
1
  with open('app.py', 'r', encoding='utf-8') as f:
2
  content = f.read()
3