Skip to content

Commit

Permalink
black format
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyo committed Jul 13, 2022
1 parent d34d8fc commit 520d2f1
Show file tree
Hide file tree
Showing 99 changed files with 13,520 additions and 8,902 deletions.
2 changes: 1 addition & 1 deletion archery/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = (1, 9, 0)
display_version = '.'.join(str(i) for i in version)
display_version = ".".join(str(i) for i in version)
2 changes: 1 addition & 1 deletion archery/asgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

from django.core.asgi import get_asgi_application

os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'archery.settings')
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "archery.settings")

application = get_asgi_application()
Loading

0 comments on commit 520d2f1

Please sign in to comment.