Revert "much stricter ruff linting"

This reverts commit 310dbf1574.
This commit is contained in:
Vladimir Mandic
2026-05-11 08:13:57 +02:00
parent 8296d07ff8
commit c8d6fd5cf8
132 changed files with 363 additions and 292 deletions
+1
View File
@@ -30,6 +30,7 @@ def load_custom(model_name: str):
def load_model(selected: models_def.Model):
from modules import sdnq # pylint: disable=unused-import
if selected is None or selected.repo is None:
return ''
global loaded_model # pylint: disable=global-statement