[Sqlalchemy-tickets] Issue #3936: No stubs for event.py in sqlalchemy! (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
From: eqato1991 <iss...@bi...> - 2017-03-13 15:43:08
|
New issue 3936: No stubs for event.py in sqlalchemy! https://bitbucket.org/zzzeek/sqlalchemy/issues/3936/no-stubs-for-eventpy-in-sqlalchemy eqato1991: There is no stub for event.py in sqlalchemy, meaning no .pyi file, therefore mypy can not find it and throws an error. The workaround for the moment would be import it separately from the import list of sqlalchemy and specify type: ignore. This needs to be done in every file that event actually is needed to be imported. |