From 6367dcd8486ba0064feac9b736a1c53cb9f37c85 Mon Sep 17 00:00:00 2001 From: t-yamamura Date: Mon, 7 Feb 2022 14:55:45 +0900 Subject: [PATCH] fix import order for flake8 --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 714da27..458e7f0 100644 --- a/setup.py +++ b/setup.py @@ -12,10 +12,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -from setuptools import find_packages, setup - from chikkarpy.config import download_dictionary +from setuptools import find_packages, setup setup( name="chikkarpy",