diff options
author | Christian Breunig <christian@breunig.cc> | 2024-07-29 10:40:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-29 10:40:25 +0200 |
commit | e90fd5cf9add2453d8f4a5fc88406c7b786e19a5 (patch) | |
tree | b3c04c4d2542d65f7fa8f198d3483b14c236c1d5 | |
parent | f6c1e000cc8596be159ce2e797bfd8029f48d200 (diff) | |
parent | 3873e8807a06b0e122f98e247ed55f4416d20cf7 (diff) | |
download | vyos-1x-e90fd5cf9add2453d8f4a5fc88406c7b786e19a5.tar.gz vyos-1x-e90fd5cf9add2453d8f4a5fc88406c7b786e19a5.zip |
Merge pull request #3894 from vyos/mergify/bp/circinus/pr-3874
smoketest: T6592: remove unused "import os" (backport #3874)
-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 |