diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-10-19 12:09:58 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-10-19 12:09:58 +0200 |
commit | d1592875cadcda61b04cb479a5becebbae08d0d4 (patch) | |
tree | d1b3d44bfc527a43dcfb1a01c4b7c9e4d7bd30ca /src/tests/test_util.py | |
parent | 85cc735b05be109e6daa5403efa4122b8b6e79d2 (diff) | |
download | vyos-1x-d1592875cadcda61b04cb479a5becebbae08d0d4.tar.gz vyos-1x-d1592875cadcda61b04cb479a5becebbae08d0d4.zip |
unittests: cleanup unused imports
Diffstat (limited to 'src/tests/test_util.py')
-rw-r--r-- | src/tests/test_util.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tests/test_util.py b/src/tests/test_util.py index 0e56a67a8..09bf947b8 100644 --- a/src/tests/test_util.py +++ b/src/tests/test_util.py @@ -13,8 +13,6 @@ # # 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 |