minor lint fix

This commit is contained in:
lukew3
2021-10-06 12:36:01 -04:00
parent a373197302
commit b760880d29

View File

@@ -14,5 +14,6 @@ def DecimalToBinaryFunc(max_dec=99, format='string'):
else:
return a, str(b)
decimal_to_binary = Generator("Decimal to Binary", 14, DecimalToBinaryFunc,
["max_dec=99"])