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