Closed lsabi closed 3 weeks ago
Importing the PollingStrategy in version 0.2.5 returns this exception
PollingStrategy
0.2.5
Code to reproduce:
from iggy_py import IggyClient, PollingStrategy
Hi @lsabi, the polling strategy was added after 0.2.5 and it's not yet released. I'll push create a new release with it.
@lsabi the polling strategy is now available in v0.2.6
Importing the
PollingStrategy
in version0.2.5
returns this exceptionCode to reproduce: