Skip to content

Commit 736382a

Browse files
authored
fix: default settings_local needs a pyflakes ignore (ietf-tools#5381)
1 parent 88a78cf commit 736382a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/configs/settings_local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
ALLOWED_HOSTS = ['*']
77

8-
from ietf.settings_postgresqldb import DATABASES
8+
from ietf.settings_postgresqldb import DATABASES # pyflakes:ignore
99

1010
IDSUBMIT_IDNITS_BINARY = "/usr/local/bin/idnits"
1111
IDSUBMIT_REPOSITORY_PATH = "test/id/"

0 commit comments

Comments
 (0)