lint fixes

This commit is contained in:
lukew3
2021-10-06 02:25:45 -04:00
parent 9682a569ba
commit 1b5054f6d3
91 changed files with 227 additions and 271 deletions

View File

@@ -24,5 +24,4 @@ def BCDtoDecimalFunc(maxNumber=10000, format='string'):
bcd_to_decimal = Generator("Binary Coded Decimal to Integer", 91,
BCDtoDecimalFunc,
["maxNumber=10000"])
BCDtoDecimalFunc, ["maxNumber=10000"])