Skip to content

Commit 0475c47

Browse files
🚨 Format with latest black version
1 parent 95dd99a commit 0475c47

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/proj/settings.py

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
For the full list of settings and their values, see
1010
https://docs.djangoproject.com/en/1.9/ref/settings/
1111
"""
12+
1213
import os
1314
import sys
1415

tests/proj/wsgi.py

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
For more information on this file, see
77
https://docs.djangoproject.com/en/1.9/howto/deployment/wsgi/
88
"""
9+
910
from __future__ import absolute_import, unicode_literals
1011

1112
import os

0 commit comments

Comments
 (0)