mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-01 11:10:54 +00:00
PEP fixes
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
Plugin mixin classes for action plugin
|
||||
"""
|
||||
|
||||
|
||||
class ActionMixin:
|
||||
"""
|
||||
Mixin that enables custom actions
|
||||
|
@ -63,7 +63,6 @@ class BarcodeMixin:
|
||||
|
||||
self.data = barcode_data
|
||||
|
||||
|
||||
def getStockItem(self):
|
||||
"""
|
||||
Attempt to retrieve a StockItem associated with this barcode.
|
||||
|
Reference in New Issue
Block a user