Skip to content

Commit d750a13

Browse files
committed
Update rp_fastapi.py
1 parent 497a8e8 commit d750a13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runpod/serverless/modules/rp_fastapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
''' Used to launch the FastAPI web server when worker is running in API mode. '''
2-
# pylint: disable=too-few-public-methods, line-tool-long
2+
# pylint: disable=too-few-public-methods, line-too-long
33

44
import os
55
import uuid

0 commit comments

Comments
 (0)