From 20f43d5dc77dc73a7db1fcecbee8740ddb1bb5b7 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Sun, 20 Feb 2022 21:35:04 -0800 Subject: [PATCH] tests: clean unused imports --- tests/test_editor.py | 3 +-- tests/test_search.py | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) 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