PEP8, remove unused imports

This commit is contained in:
enenn
2018-02-04 14:16:11 +01:00
parent 1b57c6e8a5
commit 567f252eae
5 changed files with 14 additions and 18 deletions

View File

@@ -412,7 +412,7 @@ def _balance(bot: Bot, update: Update) -> None:
*Balance*: {total}
*Pending*: {used}
*Est. BTC*: {BTCequiv: .8f}
""".format(**balance)
symbol = _CONF['fiat_display_currency']