Skip to content

Commit

Permalink
fixup! reveal types
Browse files Browse the repository at this point in the history
  • Loading branch information
Anvil committed Dec 3, 2023
1 parent 923d9d6 commit fdf186c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/static_analysis/45_aioretry_typed_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
from __future__ import annotations

from typing import Any
try:
from typing import reveal_type
except ImportError:
from typing_extensions import reveal_type
from typing_extensions import reveal_type

from kaioretry import Retry, Context

Expand Down

0 comments on commit fdf186c

Please sign in to comment.