mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
remove digikey barcode plugin
This commit is contained in:
parent
f620491517
commit
352e718e68
@ -1,19 +0,0 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
|
||||||
DigiKey barcode decoding
|
|
||||||
"""
|
|
||||||
|
|
||||||
from barcodes.barcode import BarcodePlugin
|
|
||||||
|
|
||||||
|
|
||||||
class DigikeyBarcodePlugin(BarcodePlugin):
|
|
||||||
|
|
||||||
PLUGIN_NAME = "DigikeyBarcode"
|
|
||||||
|
|
||||||
def validate(self):
|
|
||||||
"""
|
|
||||||
TODO: Validation of Digikey barcodes.
|
|
||||||
"""
|
|
||||||
|
|
||||||
return False
|
|
Loading…
Reference in New Issue
Block a user