From 44d09efa6616220263660803663ae8b16d780049 Mon Sep 17 00:00:00 2001 From: Joe R Date: Tue, 17 Aug 2021 21:38:22 -0400 Subject: [PATCH] Re-fixed flake8. --- pysollib/games/fan.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pysollib/games/fan.py b/pysollib/games/fan.py index 87d64b3f..7937bea3 100644 --- a/pysollib/games/fan.py +++ b/pysollib/games/fan.py @@ -922,6 +922,7 @@ class ForestGlade(Game): shallHighlightMatch = Game._shallHighlightMatch_SS + # ************************************************************************ # * Bear River # ************************************************************************ @@ -1015,6 +1016,7 @@ class BearRiver(Fan): def _saveGameHook(self, p): p.dump(self.base_card.id) + # register the game registerGame(GameInfo(56, FanGame, "Fan", GI.GT_FAN_TYPE | GI.GT_OPEN, 1, 0, GI.SL_MOSTLY_SKILL))