You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/05/06 00:03:45 UTC

[GitHub] [airflow] mik-laj commented on issue #5030: [AIRFLOW-4227] Use python3-style type annotations.

mik-laj commented on issue #5030: [AIRFLOW-4227] Use python3-style type annotations.
URL: https://github.com/apache/airflow/pull/5030#issuecomment-489475037
 
 
   ```bash
   02:01 $ grep -RE 'namedtuple\(' . --include \*.py
   ./tests/models/test_connection.py:ConnectionParts = namedtuple("ConnectionParts", ["conn_type", "login", "password", "host", "port", "schema"])
   ./tests/contrib/hooks/test_azure_container_instance_hook.py:        named_instance = namedtuple("InstanceView", instance_view.keys())(*instance_view.values())
   ./tests/contrib/hooks/test_azure_container_instance_hook.py:        named_instance = namedtuple("Events", instance_view.keys())(*instance_view.values())
   ./tests/contrib/hooks/test_wasb_hook.py:        Blob = namedtuple('Blob', ['name'])
   ```
   It seems to me that all classes have not been changed. WDYT?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services