mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
lint fixes
This commit is contained in:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user