bolkedebruin commented on code in PR #29019:
URL: https://github.com/apache/airflow/pull/29019#discussion_r1108559598


##########
airflow/serialization/serde.py:
##########
@@ -211,6 +211,9 @@ def deserialize(o: T | None, full=True, type_hint: Any = 
None) -> object:
     if CLASSNAME in o and VERSION in o:
         classname, version, value = decode(o)
 
+    if classname == "":

Review Comment:
   I think mypy was borking here but don't quite remember, maybe my GoLang 
influences came in here too much :-). I'll try your suggestion



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