Skip to content

Commit efd706c

Browse files
committed
Fix; install function
1 parent fa9e9bd commit efd706c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

yhttp/ext/dbmanager/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
from .uri import DatabaseURI
66

77

8-
__version__ = '6.0.1'
8+
__version__ = '6.0.2'

yhttp/ext/dbmanager/install.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ def ready(app):
1313
'Please provide db.url configuration entry, for example: '
1414
'postgres://:@/dbname'
1515
)
16-
17-
return app

0 commit comments

Comments
 (0)