Skip to content

Commit

Permalink
Superpoint imports fix (#29898)
Browse files Browse the repository at this point in the history
quick fix
  • Loading branch information
zucchini-nlp committed Apr 3, 2024
1 parent 34bfe95 commit c10b5dd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import numpy as np

from ... import is_vision_available, requires_backends
from ... import is_vision_available
from ...image_processing_utils import BaseImageProcessor, BatchFeature, get_size_dict
from ...image_transforms import resize, to_channel_dimension_format
from ...image_utils import (
Expand All @@ -29,7 +29,7 @@
to_numpy_array,
valid_images,
)
from ...utils import TensorType, logging
from ...utils import TensorType, logging, requires_backends


if is_vision_available():
Expand Down

0 comments on commit c10b5dd

Please sign in to comment.