Skip to content
Snippets Groups Projects

:shirt: black

Merged Vincent Hatakeyama requested to merge topic/default/black into branch/default
18 files
+ 24
44
Compare changes
  • Side-by-side
  • Inline
Files
18
+ 1
2
@@ -19,8 +19,7 @@ __updated__ = "2020-01-28"
def main(argv=None): # IGNORE:C0111
"""Parse arguments and launch conversion
"""
"""Parse arguments and launch conversion"""
if argv is None:
argv = sys.argv
else:
Loading