dynotx / liminal-orm

ORM and toolkit to help keep your Benchling schemas and downstream dependencies in sync.
https://dynotx.github.io/liminal-orm/
Apache License 2.0
34 stars 3 forks source link

Figure out stubs for mypy issue with Liminal Column typing #34

Open ndamania00 opened 3 weeks ago

ndamania00 commented 3 weeks ago

Liminal Column class inherits from the SQLAlchemy Column class. We need mypy to recognize the type of it as the SqlAlchemy Column