advancedpage: shut up module import not at the top warning

This commit is contained in:
Yaroslav Chvanov
2023-03-03 22:57:27 +03:00
parent ce73563f9d
commit 9468866b4e

View File

@@ -6,7 +6,7 @@ from .mousemap import MouseMap
from .ratbagd import RatbagdDevice, RatbagdProfile
gi.require_version("Gtk", "3.0")
from gi.repository import Gtk
from gi.repository import Gtk # noqa: E402
@Gtk.Template(resource_path="/org/freedesktop/Piper/ui/AdvancedPage.ui")