2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 12:05:53 +00:00

fix docstring

This commit is contained in:
Matthias
2021-09-25 00:56:23 +02:00
parent a91e896b20
commit bbbf9be883

View File

@ -3,7 +3,7 @@
class InvenTreePlugin(): class InvenTreePlugin():
""" """
Base class for a Barcode plugin Base class for a plugin
""" """
# Override the plugin name for each concrete plugin instance # Override the plugin name for each concrete plugin instance