Skip to content

Commit

Permalink
Merge pull request #3914 from vyos/mergify/bp/sagitta/pr-3874
Browse files Browse the repository at this point in the history
smoketest: T6592: remove unused "import os" (backport #3874)
  • Loading branch information
c-po authored Aug 1, 2024
2 parents b05bc1e + 19faa31 commit e61a175
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions smoketest/scripts/cli/test_interfaces_l2tpv3.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down

0 comments on commit e61a175

Please sign in to comment.