mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-05 06:13:49 +00:00
linting
This commit is contained in:
@@ -54,7 +54,6 @@ if __name__ == '__main__':
|
||||
|
||||
path = sys.argv[1]
|
||||
content = yaml_load(path)
|
||||
#print(content)
|
||||
content = replace_None(content)
|
||||
out = toml_dump(content)
|
||||
print(out)
|
||||
|
||||
Reference in New Issue
Block a user