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, )