apache / pulsar-client-python

Apache Pulsar Python client library
https://pulsar.apache.org/
Apache License 2.0
49 stars 38 forks source link

Add proper type hints for public APIs #188

Closed BewareMyPower closed 3 months ago

BewareMyPower commented 6 months ago
image

Currently some APIs don't have correct type hints, which brings some warnings to IDEs.

BewareMyPower commented 3 months ago
image