2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-09-12 04:26:26 +00:00

Remove pyrefly directive

Evidently it goes from needing this to needing it not to be ther.
This commit is contained in:
Jarrod Johnson
2026-09-11 14:38:27 -04:00
parent 4f4eeefddb
commit e6aefd39b8
@@ -1436,7 +1436,6 @@ class Session(object):
if callable(cmd):
# registered callables are coroutine functions,
# but the registry itself is untyped
# pyrefly: ignore[not-async]
await cmd()
continue
keptalive = True