We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9d1ce commit 9482014Copy full SHA for 9482014
services/web/server/src/simcore_service_webserver/folders/_folders_db.py
@@ -92,7 +92,7 @@ async def create(
92
return FolderDB.from_orm(row)
93
94
95
-async def list_( # pylint: disable=too-many-arguments,too-many-statements,too-many-branches
+async def list_( # pylint: disable=too-many-arguments,too-many-branches
96
app: web.Application,
97
*,
98
product_name: ProductName,
0 commit comments