From a62e2251f84ed9b4199830401eda22131ea34e92 Mon Sep 17 00:00:00 2001 From: Marcel Wilson Date: Wed, 14 Feb 2024 10:00:32 -0600 Subject: [PATCH] moving annotation into TYPE_CHECKING block --- screenpy_requests/questions/body_of_the_last_response.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screenpy_requests/questions/body_of_the_last_response.py b/screenpy_requests/questions/body_of_the_last_response.py index fd28285..d1cd73c 100644 --- a/screenpy_requests/questions/body_of_the_last_response.py +++ b/screenpy_requests/questions/body_of_the_last_response.py @@ -13,7 +13,7 @@ if TYPE_CHECKING: from screenpy import Actor -subscripts = Union[str, int, slice] + subscripts = Union[str, int, slice] class BodyOfTheLastResponse: