Skip to content

Commit

Permalink
fix: future annotations in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Sep 10, 2024
1 parent 1f0485d commit f332611
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_asyncio/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Tests async overrides of commands from their mixins
"""

from __future__ import annotations

import asyncio
import binascii
import datetime
Expand Down

0 comments on commit f332611

Please sign in to comment.