Skip to content

Commit 8345753

Browse files
committed
Lint
1 parent 882eb31 commit 8345753

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

torchvision/transforms/_functional_pil.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
from collections.abc import Sequence
33
from typing import Any, Literal, Optional, Union
44

5-
from ..utils import _Image_fromarray
6-
75
import numpy as np
86
import torch
97
from PIL import Image, ImageEnhance, ImageOps
108

9+
from ..utils import _Image_fromarray
10+
1111
try:
1212
import accimage
1313
except ImportError:

0 commit comments

Comments
 (0)