Add type ignore unused-awaitable to LoopingCall start call
This commit is contained in:
@@ -129,7 +129,7 @@ def install_gc_manager() -> None:
|
||||
gc_unreachable.labels(i).set(unreachable)
|
||||
|
||||
gc_task = task.LoopingCall(_maybe_gc)
|
||||
gc_task.start(0.1)
|
||||
gc_task.start(0.1) # type: ignore[unused-awaitable]
|
||||
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user