Skip to content

Commit

Permalink
Merge pull request vyos#3874 from c-po/unused-import
Browse files Browse the repository at this point in the history
smoketest: T6592: remove unused "import os"
  • Loading branch information
c-po authored Jul 28, 2024
2 parents d57d84e + 4717139 commit 358aaa1
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 358aaa1

Please sign in to comment.