Skip to content

Commit 54f1845

Browse files
committed
CSDK-2195 daily-python/demos: fix Gtk demo warnings
1 parent 9e40cd5 commit 54f1845

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

demos/gtk/gtk_app.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,17 @@
1212
#
1313

1414
from daily import *
15-
from gi.repository import GLib, Gtk
1615
import argparse
1716
import sys
1817
import wave
1918

2019
import cairo
2120
import gi
2221

22+
# autopep8: off
2323
gi.require_version("Gtk", "4.0")
24+
from gi.repository import GLib, Gtk
25+
# autopep8: on
2426

2527

2628
class DailyGtkApp(Gtk.Application):

0 commit comments

Comments
 (0)