Skip to content
Snippets Groups Projects
Commit c4c9b0b3 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

pep8

parent a335b26d
Branches
No related tags found
1 merge request!44Feature/comp 208 google o auth poc
This commit is part of merge request !44. Comments created here will be created in the context of that merge request.
...@@ -17,6 +17,7 @@ metadata_obj = MetaData(naming_convention={ ...@@ -17,6 +17,7 @@ metadata_obj = MetaData(naming_convention={
db = SQLAlchemy(metadata=metadata_obj) db = SQLAlchemy(metadata=metadata_obj)
@contextmanager @contextmanager
def session_scope(): def session_scope():
"""Provide a transactional scope around a series of operations.""" """Provide a transactional scope around a series of operations."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment