Skip to content

Commit

Permalink
Removed space
Browse files Browse the repository at this point in the history
  • Loading branch information
ancestor-mithril committed Dec 3, 2024
1 parent f8d84ed commit dcf5319
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion torchvision/transforms/v2/_augment.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def __init__(
value = None
elif isinstance(value, (list, tuple)):
value = [float(v) for v in value]

self.value: Optional[Sequence[float]] = value
self.inplace = inplace

Expand Down

0 comments on commit dcf5319

Please sign in to comment.