Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AddonManagerTest/app/test_freecad_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion AddonManagerTest/app/test_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
run_monitored_subprocess,
should_use_git,
ProcessInterrupted,
SubprocessTimeout,
)


Expand Down
Loading