mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 02:30:30 -08:00
manual fixes for ruff
This commit is contained in:
parent
762265eab5
commit
96d6ca4199
22 changed files with 129 additions and 129 deletions
|
|
@ -45,7 +45,7 @@ class Upscaler:
|
|||
try:
|
||||
import cv2
|
||||
self.can_tile = True
|
||||
except:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue