Skip to content

Commit d246bb4

Browse files
committed
Fix pylint
1 parent 4022abb commit d246bb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/web/server/src/simcore_service_webserver/functions/_functions_controller_rpc.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929

3030
router = RPCRouter()
3131

32+
# pylint: disable=no-else-return
33+
3234

3335
@router.expose()
3436
async def ping(app: web.Application) -> str:

0 commit comments

Comments
 (0)