diff options
author | Christian Breunig <christian@breunig.cc> | 2024-07-28 18:06:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-28 18:06:44 +0200 |
commit | 358aaa1e29b14263c9e1388e4f7614727834ed14 (patch) | |
tree | 0120f368a322a05803414a9f3c30b74bc17e9402 /smoketest | |
parent | d57d84e7e23a5559169e6b9495dda1ed97cd56d3 (diff) | |
parent | 4717139174a869141a71cd28d10018e0cfcaece0 (diff) | |
download | vyos-1x-358aaa1e29b14263c9e1388e4f7614727834ed14.tar.gz vyos-1x-358aaa1e29b14263c9e1388e4f7614727834ed14.zip |
Merge pull request #3874 from c-po/unused-import
smoketest: T6592: remove unused "import os"
Diffstat (limited to 'smoketest')
-rwxr-xr-x | smoketest/scripts/cli/test_interfaces_l2tpv3.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/smoketest/scripts/cli/test_interfaces_l2tpv3.py b/smoketest/scripts/cli/test_interfaces_l2tpv3.py index abc55e6d2..28165736b 100755 --- a/smoketest/scripts/cli/test_interfaces_l2tpv3.py +++ b/smoketest/scripts/cli/test_interfaces_l2tpv3.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2020-2021 VyOS maintainers and contributors +# Copyright (C) 2020-2024 VyOS maintainers and contributors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 or later as @@ -14,7 +14,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 os import json import unittest |