Make linters happy

This commit is contained in:
heliguy
2024-12-12 16:47:42 -05:00
parent c76ac8f481
commit ac0528d516
2 changed files with 4 additions and 2 deletions

View File

@@ -119,7 +119,9 @@ class WarehouseWindow(Adw.ApplicationWindow):
self.navigation_row_listbox.get_row_at_index(0).activate()
def on_file_drop(self, drop_target, value, x, y):
self.on_drop_leave() # needed for X11
# needed for X11
self.on_drop_leave()
try:
paks = []
remotes = []