From def846ce4b98fde1fa7c8025cd0ea7d123ad954c Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Thu, 20 Jul 2023 21:08:38 +0200 Subject: [PATCH] Clean up imports (missed one) --- tests/test_gui/test_gui_projtree.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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