lint changes

This commit is contained in:
Vladimir Mandic
2024-05-07 09:56:32 -04:00
parent 9ca5e3877d
commit b137f67edc
18 changed files with 31 additions and 21 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ def load_diffusers_models(clear=True):
try:
for folder in os.listdir(place):
try:
if any([x in folder for x in excluded_models]): # noqa:C419
if any([x in folder for x in excluded_models]): # noqa:C419 # pylint: disable=use-a-generator
continue
if "--" not in folder:
continue