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:32 +0100
commit5e7243db4ced47dbad48913f86909ba284fcc24d (patch)
treee2a12c9abb60bbad24016f08e2068160070ef9b8 /src
parente73b40a04ee90a91b778ce72a60cbb751f42a306 (diff)
downloadvyos-1x-5e7243db4ced47dbad48913f86909ba284fcc24d.tar.gz
vyos-1x-5e7243db4ced47dbad48913f86909ba284fcc24d.zip
wwan: T3795: remove superfluous import (render)
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()