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


##########
tests/serialization/test_serde.py:
##########
@@ -32,7 +32,7 @@
     VERSION,
     _compile_patterns,
     deserialize,
-    serialize,
+    serialize, _match,

Review Comment:
   Static checks are failing for this:
   
   ```diff
   diff --git a/tests/serialization/test_serde.py 
b/tests/serialization/test_serde.py
   index 88b012d..475525c 100644
   --- a/tests/serialization/test_serde.py
   +++ b/tests/serialization/test_serde.py
   @@ -31,8 +31,9 @@ from airflow.serialization.serde import (
        SCHEMA_ID,
        VERSION,
        _compile_patterns,
   +    _match,
        deserialize,
   -    serialize, _match,
   +    serialize,
    )
    from airflow.utils.module_loading import qualname
    from tests.test_utils.config import conf_vars
   ```



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