From d1592875cadcda61b04cb479a5becebbae08d0d4 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 19 Oct 2020 12:09:58 +0200 Subject: unittests: cleanup unused imports --- src/tests/test_initial_setup.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/tests/test_initial_setup.py') diff --git a/src/tests/test_initial_setup.py b/src/tests/test_initial_setup.py index 1597025e8..cb843ff09 100644 --- a/src/tests/test_initial_setup.py +++ b/src/tests/test_initial_setup.py @@ -13,18 +13,15 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# -# import os import tempfile import unittest -from unittest import TestCase, mock - -from vyos import xml import vyos.configtree import vyos.initialsetup as vis +from unittest import TestCase +from vyos import xml class TestInitialSetup(TestCase): def setUp(self): -- cgit v1.2.3