insomnes / aqute

Async QUeue Task Engine for Python
MIT License
8 stars 0 forks source link

Proper type checking setting #32

Open insomnes opened 2 months ago

insomnes commented 2 months ago

We have introduced a hack, removing proper typing in 0.9.1.

We should provide proper type-checking compatible solutions to Self returning struct via typing_extension.

We may benefit from typing.TYPE_CHECKING constant usage.