mirror of
https://github.com/libratbag/piper.git
synced 2026-02-20 07:33:50 -05:00
advancedpage: shut up module import not at the top warning
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user