Run black on py

This commit is contained in:
2022-04-19 14:25:29 +02:00
parent 13cc531c5d
commit b925af1e7a
13 changed files with 95 additions and 86 deletions

View File

@@ -1,4 +1,4 @@
from ram.utils import git_suffix
__version__ = '0.0.1'
__version__ = "0.0.1"
__version__ += git_suffix(__file__)