diff --git a/tests/test_editor.py b/tests/test_editor.py index 53e877c..c8d9ea9 100644 --- a/tests/test_editor.py +++ b/tests/test_editor.py @@ -4,7 +4,6 @@ Tests for the rbackup.config module. """ import unittest -from unittest.mock import patch import file_scripts.editor as editor @@ -17,7 +16,7 @@ import file_scripts.editor as editor ----------- * Returned object is an instance of str * If override is not None, ensure that it is in the result - + """ diff --git a/tests/test_search.py b/tests/test_search.py index 3191f56..3715ff0 100644 --- a/tests/test_search.py +++ b/tests/test_search.py @@ -3,7 +3,6 @@ Tests for the rbackup.config module. """ -import subprocess import unittest from unittest.mock import patch