diff --git a/tests/test_gui/test_gui_projtree.py b/tests/test_gui/test_gui_projtree.py index 36dbbaa3..dce031f9 100644 --- a/tests/test_gui/test_gui_projtree.py +++ b/tests/test_gui/test_gui_projtree.py @@ -19,9 +19,10 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . """ -from pathlib import Path import pytest +from pathlib import Path + from tools import C, buildTestProject from mocked import causeOSError