From bbb64512548cec1575ae96dbb9094090bfce74c9 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Mon, 10 Oct 2022 22:55:30 -0700 Subject: [PATCH] privacy: Remove unused import, fix pipline Signed-off-by: Sunil Mohan Adapa --- plinth/modules/privacy/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plinth/modules/privacy/__init__.py b/plinth/modules/privacy/__init__.py index e0bdfacd8..b13c500e2 100644 --- a/plinth/modules/privacy/__init__.py +++ b/plinth/modules/privacy/__init__.py @@ -1,7 +1,6 @@ # SPDX-License-Identifier: AGPL-3.0-or-later """FreedomBox app to the Privacy app.""" -import augeas from django.utils.translation import gettext_lazy as _ from django.utils.translation import gettext_noop