Skip to content

Commit

Permalink
fix ruff errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Ichunjo committed Jan 12, 2025
1 parent 9d09c2d commit 9142182
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions vsexprtools/exprop.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
from typing import Any, Iterable, Iterator, Literal, SupportsFloat, SupportsIndex, overload

from vstools import (
ColorRange, ConvMode, CustomEnum, CustomIndexError, FuncExceptT, HoldsVideoFormatT, PlanesT, StrArrOpt, StrList,
VideoFormatT, VideoNodeIterable, flatten, get_lowest_value, get_neutral_value, get_peak_value, vs
ColorRange, ConvMode, CustomEnum, CustomIndexError, CustomValueError, FuncExceptT,
HoldsVideoFormatT, PlanesT, StrArrOpt, StrList, VideoFormatT, VideoNodeIterable, flatten,
get_lowest_value, get_neutral_value, get_peak_value, vs
)

from .util import ExprVarRangeT, ExprVars, ExprVarsT, complexpr_available
Expand Down
2 changes: 1 addition & 1 deletion vsexprtools/variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
)

from vstools import (
ByteData, ColorRangeT, F, Self, get_depth, get_lowest_value, get_neutral_value, get_peak_value,
ByteData, ColorRangeT, get_depth, get_lowest_value, get_neutral_value, get_peak_value,
get_plane_sizes, scale_value, vs
)

Expand Down

0 comments on commit 9142182

Please sign in to comment.