Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit 0c0ea71

Browse files
committed
Fix flake8 failing
1 parent 96fb873 commit 0c0ea71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def pytest_configure():
66
DATABASES={
77
'default': {
88
'ENGINE': 'django.db.backends.sqlite3',
9-
'NAME': 'db.sqlite3'
9+
'NAME': 'db.sqlite3'
1010
}
1111
},
1212
SECRET_KEY='r-4p2y=uc56fmqsncog%3h!7hc=y+g)xtz+9y(prx*1o9dpry0',

0 commit comments

Comments
 (0)