summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-08-01 07:49:30 +0200
committerGitHub <noreply@github.com>2024-08-01 07:49:30 +0200
commite61a175838f226f49d131783d831f2fab5bd9eaf (patch)
treebffdd4f100b73059625325d91fbf23efa813d987
parentb05bc1e2c0a4721ee7038a1b930ddd1d8715e463 (diff)
parent19faa3129a591b1230ce5e169a952fc71f174b78 (diff)
downloadvyos-1x-e61a175838f226f49d131783d831f2fab5bd9eaf.tar.gz
vyos-1x-e61a175838f226f49d131783d831f2fab5bd9eaf.zip
Merge pull request #3914 from vyos/mergify/bp/sagitta/pr-3874
smoketest: T6592: remove unused "import os" (backport #3874)
-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