Skip to content

Commit

Permalink
Fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Latysh committed Jan 17, 2023
1 parent d580a92 commit 6b5c6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sqlalchemy/orm/mapped_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from typing import TYPE_CHECKING
from typing import TypeVar

from . import base
from .collections import collection
from .. import exc as sa_exc
from .. import util
Expand All @@ -28,7 +29,6 @@
from typing import Tuple
from typing import Union

from . import base
from . import InstrumentedAttribute
from . import Mapper
from ..sql.elements import KeyedColumnElement
Expand Down

0 comments on commit 6b5c6d9

Please sign in to comment.