Skip to content

Commit

Permalink
Fix sqlalchemy not being imported in ext:database
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- authored Jan 29, 2023
1 parent de94aef commit 350e1de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions beaker/ext/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ def __init__(self, namespace, url=None, sa_opts=None, table_name='beaker_cache',
``schema_name``
The schema name to use in the database for the cache.
"""
OpenResourceNamespaceManager.__init__(self, namespace)

if sa_opts is None:
sa_opts = {}

Expand Down

0 comments on commit 350e1de

Please sign in to comment.