potiuk commented on code in PR #60065:
URL: https://github.com/apache/airflow/pull/60065#discussion_r2667320016


##########
shared/module_loading/src/airflow_shared/module_loading/__init__.py:
##########
@@ -63,10 +63,13 @@ def import_string(dotted_path: str):
         raise ImportError(f'Module "{module_path}" does not define a 
"{class_name}" attribute/class')
 
 
-def qualname(o: object | Callable) -> str:
+def qualname(o: object | Callable, use_qualname: bool = False) -> str:
     """Convert an attribute/class/function to a string importable by 
``import_string``."""

Review Comment:
   ```suggestion
       """Convert an attribute/class/callable to a string importable by 
``import_string``."""
   ```



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