mirror of
https://git.hiabuto.net/C3MA/CCMA.git
synced 2026-08-25 15:05:18 +02:00
Fix ruff lint violations
This commit is contained in:
@@ -545,7 +545,9 @@ class MainWindow(ttk.Frame):
|
||||
self.tabs.refresh_icons(self.icons)
|
||||
|
||||
def _show_validation_warning(self) -> None:
|
||||
display_errors = [item for item in self.validation_errors if "Hash fehlt oder stimmt nicht" not in item]
|
||||
display_errors = [
|
||||
item for item in self.validation_errors if "Hash fehlt oder stimmt nicht" not in item
|
||||
]
|
||||
if not display_errors:
|
||||
return
|
||||
messagebox.showwarning(
|
||||
|
||||
Reference in New Issue
Block a user