From ed92a7e01098628610f807cf99d6d8aefcf47747 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Mon, 25 Jan 2021 15:56:12 -0800 Subject: [PATCH] networks: Remove unused import to fix flake8 failure Signed-off-by: Sunil Mohan Adapa --- plinth/modules/networks/forms.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plinth/modules/networks/forms.py b/plinth/modules/networks/forms.py index d9dca0516..167ecd5d9 100644 --- a/plinth/modules/networks/forms.py +++ b/plinth/modules/networks/forms.py @@ -2,7 +2,6 @@ from django import forms from django.core import validators -from django.utils.translation import pgettext_lazy from django.utils.translation import ugettext_lazy as _ from plinth import cfg, network