Skip to content

Commit 9482014

Browse files
fix
1 parent 4d9d1ce commit 9482014

File tree

1 file changed

+1
-1
lines changed
  • services/web/server/src/simcore_service_webserver/folders

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ async def create(
9292
return FolderDB.from_orm(row)
9393

9494

95-
async def list_( # pylint: disable=too-many-arguments,too-many-statements,too-many-branches
95+
async def list_( # pylint: disable=too-many-arguments,too-many-branches
9696
app: web.Application,
9797
*,
9898
product_name: ProductName,

0 commit comments

Comments
 (0)