From 408a8fbb0888e2aaffcc79bf54dda113a0f3d5a9 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Fri, 12 Jun 2020 07:07:31 +0300 Subject: [PATCH] fix flake8 tests --- pysollib/game/dump.py | 1 + tests/lib/pysol_tests/ms_deals1/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pysollib/game/dump.py b/pysollib/game/dump.py index e8196669..2cc1cda6 100644 --- a/pysollib/game/dump.py +++ b/pysollib/game/dump.py @@ -16,6 +16,7 @@ # along with this program. If not, see . # from pysol_cards.random import random__str2int + from pysollib.settings import PACKAGE from pysollib.settings import VERSION, VERSION_TUPLE diff --git a/tests/lib/pysol_tests/ms_deals1/__init__.py b/tests/lib/pysol_tests/ms_deals1/__init__.py index fa2bd109..e4417493 100644 --- a/tests/lib/pysol_tests/ms_deals1/__init__.py +++ b/tests/lib/pysol_tests/ms_deals1/__init__.py @@ -55,8 +55,8 @@ import unittest from pysol_cards.cards import CardRenderer from pysol_cards.deal_game import Game -from pysol_cards.random_base import RandomBase from pysol_cards.random import random__int2str, random__str2int +from pysol_cards.random_base import RandomBase # So the localpaths will be overrided. from pysollib.pysolrandom import constructRandom