Skip to content

Commit 4264e3a

Browse files
committed
Ignore pyright error
1 parent a49172f commit 4264e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mock_vws/target_raters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import torch
1313
from beartype import beartype
1414
from PIL import Image
15-
from piq.brisque import brisque
15+
from piq.brisque import brisque # pyright: ignore[reportMissingTypeStubs]
1616

1717

1818
@functools.cache

0 commit comments

Comments
 (0)