Skip to content

Commit

Permalink
Merge pull request #3939 from c-po/unused-imports
Browse files Browse the repository at this point in the history
T5873: T6619: remove unused imports
  • Loading branch information
c-po authored Aug 5, 2024
2 parents 15c7797 + 4d2b10f commit 9340765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions src/conf_mode/protocols_static_multicast.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# Copyright (C) 2020 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,16 +14,14 @@
# 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

from ipaddress import IPv4Address
from sys import exit

from vyos import ConfigError
from vyos import frr
from vyos.config import Config
from vyos.utils.process import call
from vyos.template import render, render_to_string
from vyos.template import render_to_string

from vyos import airbag
airbag.enable()
Expand Down
1 change: 0 additions & 1 deletion src/conf_mode/vpn_ipsec.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
from netaddr import IPNetwork
from netaddr import IPRange

from vyos.base import Warning
from vyos.config import Config
from vyos.config import config_dict_merge
from vyos.configdep import set_dependents
Expand Down

0 comments on commit 9340765

Please sign in to comment.