Skip to content

Commit

Permalink
Fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
amyeroberts committed Jun 11, 2024
1 parent 1d1d416 commit d598b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/models/vit/image_processing_vit_fast.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"""Fast Image processor class for ViT."""

import functools
from typing import Any, Dict, List, Optional, Union
from typing import Dict, List, Optional, Union

from ...image_processing_base import BatchFeature
from ...image_processing_utils import get_size_dict
Expand Down

0 comments on commit d598b5a

Please sign in to comment.