manual fixes for ruff

This commit is contained in:
AUTOMATIC
2023-05-10 08:25:25 +03:00
parent 762265eab5
commit 96d6ca4199
22 changed files with 129 additions and 129 deletions

View File

@@ -45,7 +45,7 @@ class Upscaler:
try:
import cv2
self.can_tile = True
except:
except Exception:
pass
@abstractmethod