Skip to content

Commit 75fa69b

Browse files
committed
Remove comment which is now no longer correct about pyright ignore
1 parent 7c660ee commit 75fa69b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mock_vws/target_raters.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def _get_brisque_target_tracking_rating(image_content: bytes) -> int:
2525
"""
2626
image_file = io.BytesIO(initial_bytes=image_content)
2727
image = Image.open(fp=image_file)
28-
# See https://github.com/pytorch/vision/pull/8251 for precise type.
2928
image_tensor = functional.to_tensor(pic=image) * 255 # pyright: ignore[reportUnknownMemberType]
3029
image_tensor = image_tensor.unsqueeze(0)
3130
try:

0 commit comments

Comments
 (0)