2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-06 12:01:41 +00:00

PEP fixes

This commit is contained in:
Matthias
2021-09-17 22:59:29 +02:00
parent 4c7d1e6658
commit 2498cbde79
2 changed files with 2 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ def get_plugins(pkg, baseclass):
return plugins
def load_plugins(name:str, module, cls):
def load_plugins(name: str, module, cls):
"""general function to load a plugin class
:param name: name of the plugin for logs