mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
PEP fixes
This commit is contained in:
parent
78b1c7a22b
commit
aeb8967473
@ -20,7 +20,7 @@ class PluginAppConfig(AppConfig):
|
|||||||
|
|
||||||
def ready(self):
|
def ready(self):
|
||||||
if settings.PLUGINS_ENABLED:
|
if settings.PLUGINS_ENABLED:
|
||||||
|
|
||||||
if isImportingData():
|
if isImportingData():
|
||||||
logger.info('Skipping plugin loading for data import')
|
logger.info('Skipping plugin loading for data import')
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user