summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-07-25 11:15:54 +0200
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2024-07-31 06:03:24 +0000
commit19faa3129a591b1230ce5e169a952fc71f174b78 (patch)
tree0a29300191e2960fd49d683c65562fac4e26c127
parent6a6b8616a9f2cae6f2fa3e31b7ff75365bae86e6 (diff)
downloadvyos-1x-19faa3129a591b1230ce5e169a952fc71f174b78.tar.gz
vyos-1x-19faa3129a591b1230ce5e169a952fc71f174b78.zip
smoketest: T6592: remove unused "import os"mergify/bp/sagitta/pr-3874
(cherry picked from commit 4717139174a869141a71cd28d10018e0cfcaece0)
-rwxr-xr-xsmoketest/scripts/cli/test_interfaces_l2tpv3.py3
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