auto: black run

This commit is contained in:
2021-01-07 22:32:36 +03:00
parent af06978cc9
commit 885e17754b
9 changed files with 43 additions and 49 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python
from migrate.versioning.shell import main
if __name__ == '__main__':
main(debug='False')
if __name__ == "__main__":
main(debug="False")