Skip to content

Commit

Permalink
fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
bomzheg committed Oct 7, 2024
1 parent 4a9926d commit ed2da1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions shvatka/core/models/dto/scn/level.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import typing
from collections.abc import Sequence
from collections.abc import Sequence, Iterable
from dataclasses import dataclass, field
from datetime import timedelta
from typing import overload

from mypy.server.objgraph import Iterable

from shvatka.core.utils import exceptions
from .hint_part import AnyHint
Expand Down

0 comments on commit ed2da1d

Please sign in to comment.