Skip to content

Commit 23a5ec0

Browse files
committed
Added trailing comma.
Sorry, I couldn't stand the inconsistency between the two databases anymore.
1 parent d39073b commit 23a5ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_sqlite.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
DATABASES = {
1616
'default': {
17-
'ENGINE': 'django.db.backends.sqlite3'
17+
'ENGINE': 'django.db.backends.sqlite3',
1818
},
1919
'other': {
2020
'ENGINE': 'django.db.backends.sqlite3',

0 commit comments

Comments
 (0)