uranusjr commented on code in PR #33780:
URL: https://github.com/apache/airflow/pull/33780#discussion_r1307169395


##########
tests/providers/amazon/aws/hooks/test_eks.py:
##########
@@ -95,6 +93,12 @@
     region_matches_partition,
 )
 
+if TYPE_CHECKING:
+    from datetime import datetime
+
+    from _pytest._code import ExceptionInfo

Review Comment:
   ```suggestion
       from pytest import ExceptionInfo
   ```
   
   Pytest now re-exports this. 
https://github.com/pytest-dev/pytest/commit/f2d65c85f4e5761b0e763b04932df600aec5a480
   
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to