s/pylint: disable=W0614/pylint: disable=unused-wildcard-import/
This commit is contained in:
@@ -5,7 +5,7 @@ the same process between preview and published
|
||||
|
||||
# We intentionally define lots of variables that aren't used, and
|
||||
# want to import all variables from base settings files
|
||||
# pylint: disable=wildcard-import, W0614
|
||||
# pylint: disable=wildcard-import, unused-wildcard-import
|
||||
|
||||
from .dev import *
|
||||
|
||||
|
||||
Reference in New Issue
Block a user