absent1706 / sqlalchemy-mixins

Active Record, Django-like queries, nested eager load and beauty __repr__ for SQLAlchemy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Explicit imports

macieyng opened this issue · comments

Description
In my project mypy is complaining that Module "sqlalchemy_mixins" does not explicitly export attribute "ReprMixin".

Expected
Classes and functions are explicitly exported.