Skip to content

Commit

Permalink
moving annotation into TYPE_CHECKING block
Browse files Browse the repository at this point in the history
  • Loading branch information
bandophahita committed Feb 14, 2024
1 parent bb57009 commit a62e225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screenpy_requests/questions/body_of_the_last_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
if TYPE_CHECKING:
from screenpy import Actor

subscripts = Union[str, int, slice]
subscripts = Union[str, int, slice]


class BodyOfTheLastResponse:
Expand Down

0 comments on commit a62e225

Please sign in to comment.