tests: clean unused imports
This commit is contained in:
parent
7ce399e843
commit
20f43d5dc7
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user