Happy flake8 !

This commit is contained in:
misagh 2018-11-21 23:36:48 +01:00
parent 3a2134db24
commit 4b86b2b7e3
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# pragma pylint: disable=W0603 # pragma pylint: disable=W0603
""" Wallet """ """ Wallet """
import logging import logging
from typing import Dict, Any, NamedTuple, Optional from typing import Dict, Any, NamedTuple
from collections import namedtuple from collections import namedtuple
from freqtrade.exchange import Exchange from freqtrade.exchange import Exchange