1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-15 02:54:09 -04:00

Spacing updates for flake8.

This commit is contained in:
Joe R 2023-08-11 20:56:29 -04:00
parent 13a29b34ea
commit fb25046868
7 changed files with 9 additions and 10 deletions

View file

@ -51,8 +51,7 @@ from pysollib.stack import \
WasteTalonStack, \ WasteTalonStack, \
isSameSuitSequence isSameSuitSequence
from pysollib.util import ACE, ANY_RANK, ANY_SUIT, DIAMOND, KING, NO_RANK, \ from pysollib.util import ACE, ANY_RANK, ANY_SUIT, DIAMOND, KING, NO_RANK, \
RANKS, SUITS, \ RANKS, SUITS, UNLIMITED_REDEALS
UNLIMITED_REDEALS
class Golf_Hint(AbstractHint): class Golf_Hint(AbstractHint):