Skip to content
Snippets Groups Projects

Prerequisuites to Reputation api support

Merged Bartek Wrona requested to merge reputation_api_support into develop
3 files
+ 23
28
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
2
@@ -51,8 +51,7 @@ class Db:
self._exec(sqlalchemy.text("COMMIT"))
def clone(self):
c = Db(self._url)
return c
return Db(self._url)
def engine(self):
"""Lazy-loaded SQLAlchemy engine."""
Loading