ashb commented on a change in pull request #12472:
URL: https://github.com/apache/airflow/pull/12472#discussion_r533729098
##########
File path: airflow/providers_manager.py
##########
@@ -68,6 +68,7 @@ def __init__(self):
# Keeps dict of hooks keyed by connection type and value is
# Tuple: connection class, connection_id_attribute_name
self._hooks_dict: Dict[str, Tuple[str, str]] = {}
+ self.__extra_link_class_name_set: Set[str] = set()
Review comment:
```suggestion
self._extra_link_class_name_set: Set[str] = set()
```
for consistency?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]