mik-laj commented on a change in pull request #7050: [AIRFLOW-XXXX] Update
types in docstrings
URL: https://github.com/apache/airflow/pull/7050#discussion_r363059882
##########
File path: airflow/contrib/operators/azure_container_instances_operator.py
##########
@@ -56,7 +56,7 @@ class AzureContainerInstancesOperator(BaseOperator):
:type ci_conn_id: str
:param registry_conn_id: connection id of a user which can login to a
private docker registry. If None, we assume a public registry
- :type registry_conn_id: str
+ :type registry_conn_id: str or None
Review comment:
```suggestion
:type registry_conn_id: Optiona[str]
```
It is also correct and more standardized.
----------------------------------------------------------------
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]
With regards,
Apache Git Services