mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2026-01-13 17:10:00 +01:00
minor lint fix
This commit is contained in:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user