This commit is contained in:
Kovid Goyal
2022-03-23 16:04:01 +05:30
parent 6dc1617429
commit adcc616c92
2 changed files with 2 additions and 4 deletions

View File

@@ -68,7 +68,6 @@ class WindowGroup:
self.windows.append(window)
def move_window_to_top_of_group(self, window: WindowType) -> bool:
id
try:
idx = self.windows.index(window)
except ValueError: