Skip to content

Commit 8bdfb64

Browse files
committed
Merge pull request #2277 from mboersma/gitignore-collapse
ref(.gitignore): collapse distributed patterns into root .gitignore
2 parents b04b47d + 37f0872 commit 8bdfb64

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

deis/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

deis/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
# and production.
323323
# The local_settings.py file should *not* be checked in to version control.
324324
try:
325-
from .local_settings import * # @UnusedWildImport # noqa
325+
from .local_settings import * # noqa
326326
except ImportError:
327327
pass
328328

0 commit comments

Comments
 (0)