pankajastro commented on code in PR #24617:
URL: https://github.com/apache/airflow/pull/24617#discussion_r905095349
##########
tests/providers/databricks/hooks/test_databricks.py:
##########
@@ -178,11 +179,18 @@ def uninstall_endpoint(host):
def list_jobs_endpoint(host):
"""
- Utility function to generate the list jobs endpoint giver the host
+ Utility function to generate the list jobs endpoint given the host
"""
return f'https://{host}/api/2.1/jobs/list'
+def list_zones_endpoint(host):
+ """
+ Utility function to generate the list zones endpoint given the host
Review Comment:
if docstring single line then I prefer to keep the entire string in just one
line like below, however, In this repo I can see at some place it in a single
like at someplace not.
```
"""Utility function to generate the list zones endpoint given the host"""
```
--
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]