We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c40ff64 commit bb70ea5Copy full SHA for bb70ea5
python/vyos/ifconfig/wireguard.py
@@ -14,14 +14,9 @@
14
# License along with this library. If not, see <http://www.gnu.org/licenses/>.
15
16
import os
17
-import time
18
19
-from datetime import timedelta
20
from tempfile import NamedTemporaryFile
21
22
-from hurry.filesize import size
23
-from hurry.filesize import alternative
24
-
25
from vyos.configquery import ConfigTreeQuery
26
from vyos.ifconfig import Interface
27
from vyos.ifconfig import Operational
0 commit comments