mockafka-py
mockafka-py copied to clipboard
Add annotations future statement globally
Add annotations future statement globally.
Enables PEP 585 type annotations in Python 3.8. The test suite succeeds under Python 3.8 following this change.
Fixes #82.