From 2060ca569fc8322398da1e6e23365056b2e66a36 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 22 May 2019 16:28:26 +0200 Subject: [PATCH] core: fix flake8 warning --- core/src/apps/common/coins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/apps/common/coins.py b/core/src/apps/common/coins.py index 1d8780c31..3a10d8c1d 100644 --- a/core/src/apps/common/coins.py +++ b/core/src/apps/common/coins.py @@ -1 +1 @@ -from apps.common.coininfo import by_name +from apps.common.coininfo import by_name # noqa: F401