Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed space
Browse files Browse the repository at this point in the history
ancestor-mithril authored Dec 3, 2024
1 parent 9c753c5 commit 377d22a
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
@@ -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

0 comments on commit 377d22a

Please sign in to comment.