We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fcf187 commit 4ffe941Copy full SHA for 4ffe941
1 file changed
tests/test_UniParkGUI.py
@@ -4,7 +4,7 @@
4
import pytest
5
6
# Importiamo la classe GUI
7
-from UniparkGUI import UniParkApp # type: ignore # pylint: disable=import-error
+from UniparkGUI import UniParkApp # type: ignore # pylint: disable=import-error # isort: skip
8
9
10
@pytest.fixture
0 commit comments