Skip to content

Commit

Permalink
Fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Aug 1, 2023
1 parent 47f12de commit 55ba622
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mypy_boto3_builder/type_annotations/type_def_sortable.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
Sortable protocol for TypeDefSorter.
"""
from collections.abc import Iterable, Iterator
from typing import Any

from typing_extensions import Protocol, runtime_checkable
from typing import Any, Protocol, runtime_checkable

from mypy_boto3_builder.import_helpers.import_record import ImportRecord
from mypy_boto3_builder.type_annotations.fake_annotation import FakeAnnotation
Expand Down

0 comments on commit 55ba622

Please sign in to comment.