Skip to content

Commit

Permalink
Merge pull request #4336 from c-po/unused-import-wireguard
Browse files Browse the repository at this point in the history
wireguard: T4930: remove pylint W0611: unused import
  • Loading branch information
c-po authored Feb 6, 2025
2 parents c40ff64 + bb70ea5 commit fb54566
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/vyos/ifconfig/wireguard.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,9 @@
# License along with this library. If not, see <http://www.gnu.org/licenses/>.

import os
import time

from datetime import timedelta
from tempfile import NamedTemporaryFile

from hurry.filesize import size
from hurry.filesize import alternative

from vyos.configquery import ConfigTreeQuery
from vyos.ifconfig import Interface
from vyos.ifconfig import Operational
Expand Down

0 comments on commit fb54566

Please sign in to comment.