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


##########
task-sdk/tests/task_sdk/execution_time/test_task_runner.py:
##########
@@ -1130,7 +1130,7 @@ def test_get_context_without_ti_context_from_server(self, 
mocked_parse, make_ti_
 
     def test_get_context_with_ti_context_from_server(self, create_runtime_ti, 
mock_supervisor_comms):
         """Test the context keys are added when sent from API server 
(mocked)"""
-        from airflow.utils import timezone
+        from airflow.sdk import timezone

Review Comment:
   Why do we need to re-import in this test? `timezone` is already imported at 
the top level. Is this testing something specific?



-- 
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