[meld: 3/4] Fix imports
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld: 3/4] Fix imports
- Date: Sat, 16 Jan 2021 22:49:13 +0000 (UTC)
commit 4776eceeb05ed0d0966f38225c2b9826469f4813
Author: Jack <jack vanier16 outlook com>
Date: Sat Jan 16 14:58:39 2021 -0500
Fix imports
meld/ui/findbar.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/meld/ui/findbar.py b/meld/ui/findbar.py
index ab47bb50..52a3bf14 100644
--- a/meld/ui/findbar.py
+++ b/meld/ui/findbar.py
@@ -14,9 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-from gi.repository import GObject, Gtk, GtkSource
from typing import ClassVar, Optional
+from gi.repository import GObject, Gtk, GtkSource
+
@Gtk.Template(resource_path='/org/gnome/meld/ui/findbar.ui')
class FindBar(Gtk.Grid):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]