danielfm / pybreaker

Python implementation of the Circuit Breaker pattern.
BSD 3-Clause "New" or "Revised" License
508 stars 74 forks source link

Fix `state` parameter type hint on `CircuitRedisStorage.__init__` #76

Closed Kludex closed 2 years ago

Kludex commented 2 years ago

Just find out... 😰

danielfm commented 2 years ago

Thanks!

danielfm commented 2 years ago

Will release a patch version tonight.