summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-08-31 13:20:36 +0200
committerChristian Poessinger <christian@poessinger.com>2019-08-31 13:20:36 +0200
commit3a77a3f03068d4f7b2a51ecffc5f2aeb578c58ad (patch)
tree4ea7cb699fc9ecf5666f5ab27c83e86a836644f0
parentc306c248ff2ebdbd2f669e8c052a6ecd85a50fad (diff)
downloadvyos-1x-3a77a3f03068d4f7b2a51ecffc5f2aeb578c58ad.tar.gz
vyos-1x-3a77a3f03068d4f7b2a51ecffc5f2aeb578c58ad.zip
Python/ifconfig: T1557: cleanup import section
-rw-r--r--python/vyos/ifconfig.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/vyos/ifconfig.py b/python/vyos/ifconfig.py
index 944c1ef82..347df3318 100644
--- a/python/vyos/ifconfig.py
+++ b/python/vyos/ifconfig.py
@@ -13,10 +13,8 @@
# You should have received a copy of the GNU Lesser General Public
# License along with this library. If not, see <http://www.gnu.org/licenses/>.
-import sys
import os
import subprocess
-import ipaddress
import jinja2
from vyos.validate import *