Remove unecessary imports and coverage exclusions from settings files.

This commit is contained in:
Christopher Charbonneau Wells 2017-11-30 22:39:21 -05:00
parent 95d00f2d99
commit 9d3724138e
4 changed files with 4 additions and 10 deletions

View File

@ -1,4 +1,4 @@
from .base import * # noqa: F401,F403
from .base import *
# Database

View File

@ -1,6 +1,4 @@
import os
from .base import * # noqa: F401,F403
from .base import *
ALLOW_UPLOADS = os.environ.get('ALLOW_UPLOADS', False)

View File

@ -1,8 +1,6 @@
import os
import dj_database_url
from .base import * # noqa: F401,F403
from .base import *
ALLOW_UPLOADS = os.environ.get('ALLOW_UPLOADS', False)

View File

@ -1,6 +1,4 @@
import os
from .base import * # noqa: F401,F403
from .base import *
# Database