tests: clean unused imports

This commit is contained in:
Eric Torres 2022-02-20 21:35:04 -08:00
parent 7ce399e843
commit 20f43d5dc7
2 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,6 @@
Tests for the rbackup.config module. Tests for the rbackup.config module.
""" """
import unittest import unittest
from unittest.mock import patch
import file_scripts.editor as editor import file_scripts.editor as editor
@ -17,7 +16,7 @@ import file_scripts.editor as editor
----------- -----------
* Returned object is an instance of str * Returned object is an instance of str
* If override is not None, ensure that it is in the result * If override is not None, ensure that it is in the result
""" """

View File

@ -3,7 +3,6 @@
Tests for the rbackup.config module. Tests for the rbackup.config module.
""" """
import subprocess
import unittest import unittest
from unittest.mock import patch from unittest.mock import patch