mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 11:05:41 +00:00
PEP fixes
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user