Skip to content

Commit 4ffe941

Browse files
committed
style: add isort skip to prevent import formatting conflicts
1 parent 6fcf187 commit 4ffe941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_UniParkGUI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import pytest
55

66
# Importiamo la classe GUI
7-
from UniparkGUI import UniParkApp # type: ignore # pylint: disable=import-error
7+
from UniparkGUI import UniParkApp # type: ignore # pylint: disable=import-error # isort: skip
88

99

1010
@pytest.fixture

0 commit comments

Comments
 (0)