Skip to content

Commit 37f0872

Browse files
committed
ref(.gitignore): collapse distributed patterns into root .gitignore
1 parent 05b033b commit 37f0872

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)