tests: clean unused imports
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user