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

Fix for Flake8 validation error.

This commit is contained in:
Joe R 2021-06-14 22:24:53 -04:00
parent 080b0043e3
commit 25f6818496

View file

@ -30,7 +30,7 @@ from pysollib.stack import \
RK_FoundationStack, \
WasteStack, \
WasteTalonStack
from pysollib.util import KING, ACE
from pysollib.util import ACE, KING
# ************************************************************************