Skip to content

Commit eecb5c2

Browse files
authored
Add missing attributes to sqlalchemy.orm (#126)
1 parent cf3032d commit eecb5c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sqlalchemy-stubs/orm/__init__.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ from typing import Mapping
33
from typing import Optional
44
from typing import Tuple
55

6+
from . import exc
7+
from . import mapper as mapperlib
68
from . import strategy_options
79
from .attributes import AttributeEvent as AttributeEvent
810
from .attributes import InstrumentedAttribute as InstrumentedAttribute

0 commit comments

Comments
 (0)