Open silvncr opened 5 days ago
Most of it includes:
with open() as file: ...
)dict
keys in https://github.com/jdaster64/ttyd-tot/pull/1/files#diff-ac82f4eb17959d3d495659c2296c81ba5c7a6387db4bf6fd73b3edcd8867c4db
I also removed some comment spacing (like here: https://github.com/jdaster64/ttyd-tot/pull/1/files#diff-579f12b8e5fddc57043245442b4699a1bda986579721bf7475813e29a485d1c3R57-R80). I can add that back if you want.
(commit moved because I force-pushed)
Hi @jdaster64,
I went through and cleaned the syntax in the Python files. Some of the imports (the ones marked as
jdalib
) were missing on my end, so I ignored them.I also went through
.gitattributes
(for some reason).