Fábio Augusto Falavinha

Results 3 comments of Fábio Augusto Falavinha

I have the same issue and reading all the comments and links attached here, I was wondering, before I go to a PoC implementation, instead of using the `sleep()` to...

> As a workaround, I just added the code on my python script: ``` if "3.10" in sys.version: collections.Iterable = collections.abc.Iterable