From 3b809a77c25674655644f17a253810bec395b465 Mon Sep 17 00:00:00 2001
From: Nico Alt <nicoalt@posteo.org>
Date: Tue, 8 Sep 2020 19:22:34 +0200
Subject: [PATCH] Make pylint happy

---
 briar-gtk/briar_gtk/containers/main_window.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/briar-gtk/briar_gtk/containers/main_window.py b/briar-gtk/briar_gtk/containers/main_window.py
index 5ead622..d0251a7 100644
--- a/briar-gtk/briar_gtk/containers/main_window.py
+++ b/briar-gtk/briar_gtk/containers/main_window.py
@@ -5,7 +5,6 @@
 # Initial version based on GNOME Fractal
 # https://gitlab.gnome.org/GNOME/fractal/-/tags/4.2.2
 
-from gettext import gettext as _
 from gi.repository import GLib
 
 from briar_wrapper.models.contacts import Contacts
-- 
GitLab