cesium-ml / baselayer

Fully customizable (scientific, compute-intensive) web application template
http://cesium-ml.org/baselayer/
30 stars 18 forks source link

declarative_base import #350

Closed mcoughlin closed 1 year ago

mcoughlin commented 1 year ago

This PR moves declarative_base import to sqla 2.0 place.

mcoughlin commented 1 year ago

@stefanv This covers the one warning we control. The others are sqlalchemy_utils.

stefanv commented 1 year ago

Thanks!