kaxil commented on code in PR #61077:
URL: https://github.com/apache/airflow/pull/61077#discussion_r2886825567


##########
airflow-core/tests/unit/cli/commands/test_dag_command.py:
##########
@@ -25,6 +25,7 @@
 from unittest import mock
 from unittest.mock import MagicMock
 
+import msgspec
 import pendulum

Review Comment:
   nit: This import is only used in 
`test_reserialize_should_make_equal_hash_with_dag_processor`. Consider moving 
it into the test method or into a narrower scope if you want to keep the 
module-level imports clean for this file.



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