summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-12-10 22:17:43 +0100
committerChristian Poessinger <christian@poessinger.com>2021-12-10 22:18:48 +0100
commitc2ac56c5fb6a929afe054deab70d9e83a6a7a3f2 (patch)
tree5d7f0d913296172d46e6e63888bc70125dba35da /src
parent03938f718be722a92d26279a5edd822f9261228a (diff)
downloadvyos-1x-c2ac56c5fb6a929afe054deab70d9e83a6a7a3f2.tar.gz
vyos-1x-c2ac56c5fb6a929afe054deab70d9e83a6a7a3f2.zip
wwan: T3795: remove superfluous import (render)
(cherry picked from commit 5e7243db4ced47dbad48913f86909ba284fcc24d)
Diffstat (limited to 'src')
-rwxr-xr-xsrc/conf_mode/interfaces-wwan.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conf_mode/interfaces-wwan.py b/src/conf_mode/interfaces-wwan.py
index e052e152d..a4b033374 100755
--- a/src/conf_mode/interfaces-wwan.py
+++ b/src/conf_mode/interfaces-wwan.py
@@ -31,7 +31,6 @@ from vyos.util import dict_search
from vyos.util import DEVNULL
from vyos.util import is_systemd_service_active
from vyos.util import write_file
-from vyos.template import render
from vyos import ConfigError
from vyos import airbag
airbag.enable()