Skip to content

Commit ba67cf2

Browse files
committed
Remove unnecessary async function
1 parent d134162 commit ba67cf2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

main.py

-4
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,6 @@ def __mapping__(self) -> typing.Dict[str, grpclib.const.Handler]:
158158
return remapping
159159

160160

161-
async def ping() -> bool:
162-
return True
163-
164-
165161
async def serve() -> None:
166162
# Instantiate the plugin.
167163
plugin = Plugin()

0 commit comments

Comments
 (0)