Suppress incorrect lint warning
This commit is contained in:
parent
f708db3611
commit
c5d320dc1a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ https://docs.djangoproject.com/en/3.0/ref/settings/
|
|||
|
||||
import os
|
||||
|
||||
from expcs.custom_settings import *
|
||||
from expcs.custom_settings import * # pylint: disable=unused-wildcard-import
|
||||
|
||||
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
|
||||
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
|
|
Loading…
Reference in a new issue