From d1de4e0ae8d742b3e566fe662e425d319a35e380 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 25 Oct 2020 19:37:43 +0100 Subject: test: import cleanup --- src/tests/test_find_device_file.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/tests/test_find_device_file.py') 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 . -import unittest from unittest import TestCase - from vyos.util import find_device_file class TestDeviceFile(TestCase): -- cgit v1.2.3