Skip to content

Commit 7dbbc27

Browse files
committed
Cleanup
1 parent 1c3d8d6 commit 7dbbc27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

services/web/server/src/simcore_service_webserver/scicrunch/scicrunch_db.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ class ResearchResourceRepository:
2424
- implements CRUD on rrids
2525
"""
2626

27+
# WARNING: interfaces to both ResarchResource and ResearchResourceAtDB
28+
2729
def __init__(self, app: web.Application):
2830
self._engine = app[APP_DB_ENGINE_KEY]
29-
# TODO: acquire member to monitor connections
3031

3132
async def list_resources(self) -> List[ResearchResource]:
3233
async with self._engine.acquire() as conn:

0 commit comments

Comments
 (0)