2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

PEP fixes

This commit is contained in:
Matthias
2022-01-11 01:25:21 +01:00
parent 0f7c277e69
commit 86142856f7
3 changed files with 3 additions and 4 deletions

View File

@ -7,7 +7,7 @@ from django.db.utils import OperationalError, ProgrammingError
from django.utils.text import slugify
class InvenTreePlugin():
class AAInvenTreePlugin():
"""
Base class for a plugin
"""
@ -34,7 +34,6 @@ class InvenTreePlugin():
If not set plugin name slugified
"""
slug = getattr(self, 'PLUGIN_SLUG', None)
if slug is None: