Apply pylint's linting rules to examples/rest/public/*.py.

This commit is contained in:
Davide Casale
2023-03-08 21:27:46 +01:00
parent 7311ffae4f
commit b0da5e2fb1
6 changed files with 7 additions and 7 deletions

View File

@@ -15,4 +15,4 @@ print (bfx.rest.public.conf(Config.MAP_CURRENCY_SYM))
print(bfx.rest.public.conf(Config.LIST_PAIR_EXCHANGE))
# Prints all the available funding currencies (pub:list:currency)
print(bfx.rest.public.conf(Config.LIST_CURRENCY))
print(bfx.rest.public.conf(Config.LIST_CURRENCY))