Skip to content

Commit

Permalink
Sorting imports
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Mar 4, 2024
1 parent 66c072e commit 9ba661f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion av/video/frame.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ from av.frame import Frame

from .format import VideoFormat
from .plane import VideoPlane
from .reformatter import Colorspace, ColorRange
from .reformatter import ColorRange, Colorspace

_SupportedNDarray = Union[
np.ndarray[Any, np.dtype[np.uint8]],
Expand Down

0 comments on commit 9ba661f

Please sign in to comment.