From 3215cbc0dbba49df23ff7ffc9d1f55ae78eb1467 Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Fri, 21 Aug 2026 14:07:43 -0500 Subject: [PATCH] Fix unused imports --- AddonManagerTest/app/test_freecad_interface.py | 2 +- AddonManagerTest/app/test_utilities.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/AddonManagerTest/app/test_freecad_interface.py b/AddonManagerTest/app/test_freecad_interface.py index a8646062..6406abc1 100644 --- a/AddonManagerTest/app/test_freecad_interface.py +++ b/AddonManagerTest/app/test_freecad_interface.py @@ -26,7 +26,7 @@ import sys import tempfile import unittest -from unittest.mock import patch, MagicMock +import unittest.mock # pylint: disable=protected-access,import-outside-toplevel diff --git a/AddonManagerTest/app/test_utilities.py b/AddonManagerTest/app/test_utilities.py index 0eb2b6e2..c4f0c856 100644 --- a/AddonManagerTest/app/test_utilities.py +++ b/AddonManagerTest/app/test_utilities.py @@ -60,7 +60,6 @@ run_monitored_subprocess, should_use_git, ProcessInterrupted, - SubprocessTimeout, )