We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49172f commit 4264e3aCopy full SHA for 4264e3a
src/mock_vws/target_raters.py
@@ -12,7 +12,7 @@
12
import torch
13
from beartype import beartype
14
from PIL import Image
15
-from piq.brisque import brisque
+from piq.brisque import brisque # pyright: ignore[reportMissingTypeStubs]
16
17
18
@functools.cache
0 commit comments