Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sanic): bind session to session class instead of to the session m…
…aker (#268) correclty binds session into sanic extension as expected in the original code, session maker was defined and then the dependency for session overwrites it with a session maker as the type. this seems non-ideal -- you can't get the session maker and when you ask for the session maker you get a session object instead, this looks at the sessionmaker `class_` property for adding the sanic dependency
- Loading branch information