Skip to content

Commit

Permalink
remove not needed types
Browse files Browse the repository at this point in the history
  • Loading branch information
liopeer committed Nov 5, 2024
1 parent 9235658 commit aaeb94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightly/transforms/torchvision_transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.
#
from typing import Callable, Generic, Protocol, TypeVar, Union
from typing import Union

import torch
from PIL.Image import Image
Expand Down

0 comments on commit aaeb94f

Please sign in to comment.