Skip to content

Commit ad008e9

Browse files
committed
error test
1 parent f0da061 commit ad008e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/config/settings/production.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
import ssl
1616

1717
{% endif -%}
18+
from .base import * # noqa: F403
1819
from .base import DATABASES
19-
from .base import * # noqa: F403
2020
from .base import INSTALLED_APPS
2121
from .base import REDIS_URL
2222
from .base import env

0 commit comments

Comments
 (0)