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


##########
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:
   Yeah, I just did this with a find-and-replace, so it was already double 
imported. I'll fix it though.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to