Skip to content

Commit bb70ea5

Browse files
committed
wireguard: T4930: remove pylint W0611: unused import
1 parent c40ff64 commit bb70ea5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

python/vyos/ifconfig/wireguard.py

-5
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,9 @@
1414
# License along with this library. If not, see <http://www.gnu.org/licenses/>.
1515

1616
import os
17-
import time
1817

19-
from datetime import timedelta
2018
from tempfile import NamedTemporaryFile
2119

22-
from hurry.filesize import size
23-
from hurry.filesize import alternative
24-
2520
from vyos.configquery import ConfigTreeQuery
2621
from vyos.ifconfig import Interface
2722
from vyos.ifconfig import Operational

0 commit comments

Comments
 (0)