Skip to content

Commit 48a0e2e

Browse files
committed
Reformat settings using black
1 parent 901aed7 commit 48a0e2e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tests/settings.py

+1-7
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,8 @@
8585
"default": {"ENGINE": "django.db.backends.postgresql", "NAME": "debug-toolbar"}
8686
}
8787
elif os.environ.get("DJANGO_DATABASE_ENGINE") == "mysql":
88-
# % mysql
89-
# CREATE USER 'debug_toolbar'@'localhost' IDENTIFIED BY '';
90-
# GRANT ALL PRIVILEGES ON debug_toolbar.* TO 'test_debug_toolbar'@'localhost';
9188
DATABASES = {
92-
"default": {
93-
"ENGINE": "django.db.backends.mysql",
94-
"NAME": "debug_toolbar",
95-
}
89+
"default": {"ENGINE": "django.db.backends.mysql", "NAME": "debug_toolbar"}
9690
}
9791
else:
9892
DATABASES = {"default": {"ENGINE": "django.db.backends.sqlite3"}}

0 commit comments

Comments
 (0)