diff options
Diffstat (limited to 'src/tests/test_find_device_file.py')
-rwxr-xr-x | src/tests/test_find_device_file.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tests/test_find_device_file.py b/src/tests/test_find_device_file.py index 8cf50b32d..43c80dc76 100755 --- a/src/tests/test_find_device_file.py +++ b/src/tests/test_find_device_file.py @@ -14,9 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -import unittest from unittest import TestCase - from vyos.util import find_device_file class TestDeviceFile(TestCase): |