diff --git a/tests/test_asyncio/test_commands.py b/tests/test_asyncio/test_commands.py index 8bd873dc..e851d6e1 100644 --- a/tests/test_asyncio/test_commands.py +++ b/tests/test_asyncio/test_commands.py @@ -2,6 +2,8 @@ Tests async overrides of commands from their mixins """ +from __future__ import annotations + import asyncio import binascii import datetime