Skip to content

Commit 34d6d64

Browse files
remove redundant comment
1 parent 6907294 commit 34d6d64

File tree

10 files changed

+0
-57
lines changed

10 files changed

+0
-57
lines changed

services/web/server/src/simcore_service_webserver/folders/_folders_repository.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
""" Database API
2-
3-
- Adds a layer to the postgres API with a focus on the projects comments
4-
5-
"""
6-
71
import logging
82
from datetime import datetime
93
from typing import Final, cast

services/web/server/src/simcore_service_webserver/licenses/_licensed_items_repository.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
""" Database API
2-
3-
- Adds a layer to the postgres API with a focus on the projects comments
4-
5-
"""
6-
71
import logging
82
from typing import Any, Literal, cast
93

services/web/server/src/simcore_service_webserver/licenses/_licensed_resources_repository.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
""" Database API
2-
3-
- Adds a layer to the postgres API with a focus on the projects comments
4-
5-
"""
6-
71
import logging
82
from typing import Any
93

services/web/server/src/simcore_service_webserver/projects/_comments_db.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
""" Database API
2-
3-
- Adds a layer to the postgres API with a focus on the projects comments
4-
5-
"""
61
import logging
72

83
from aiopg.sa.result import ResultProxy

services/web/server/src/simcore_service_webserver/projects/_folders_db.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
""" Database API
2-
3-
- Adds a layer to the postgres API with a focus on the projects comments
4-
5-
"""
6-
71
import logging
82
from datetime import datetime
93

services/web/server/src/simcore_service_webserver/projects/_groups_db.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
""" Database API
2-
3-
- Adds a layer to the postgres API with a focus on the projects comments
4-
5-
"""
6-
71
import logging
82
from datetime import datetime
93

services/web/server/src/simcore_service_webserver/wallets/_db.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
""" Database API
2-
3-
- Adds a layer to the postgres API with a focus on the projects comments
4-
5-
"""
61
import logging
72

83
from aiohttp import web

services/web/server/src/simcore_service_webserver/wallets/_groups_db.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
""" Database API
2-
3-
- Adds a layer to the postgres API with a focus on the projects comments
4-
5-
"""
61
import logging
72
from datetime import datetime
83

services/web/server/src/simcore_service_webserver/workspaces/_groups_repository.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
""" Database API
2-
3-
- Adds a layer to the postgres API with a focus on the projects comments
4-
5-
"""
6-
71
import logging
82
from datetime import datetime
93

services/web/server/src/simcore_service_webserver/workspaces/_workspaces_repository.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
""" Database API
2-
3-
- Adds a layer to the postgres API with a focus on the projects comments
4-
5-
"""
6-
71
import logging
82
from typing import cast
93

0 commit comments

Comments
 (0)