vincbeck commented on code in PR #31708:
URL: https://github.com/apache/airflow/pull/31708#discussion_r1218536745


##########
airflow/providers/microsoft/azure/hooks/data_lake.py:
##########
@@ -214,8 +210,7 @@ def download_file(
         )
 
     def list(self, path: str) -> list:
-        """
-        List files in Azure Data Lake Storage.
+        """List files in Azure Data Lake Storage

Review Comment:
   ```suggestion
           """List files in Azure Data Lake Storage.
   ```



##########
airflow/providers/microsoft/azure/hooks/data_lake.py:
##########
@@ -225,8 +220,7 @@ def list(self, path: str) -> list:
             return self.get_conn().walk(path)
 
     def remove(self, path: str, recursive: bool = False, ignore_not_found: 
bool = True) -> None:
-        """
-        Remove files in Azure Data Lake Storage.
+        """Remove files in Azure Data Lake Storage

Review Comment:
   ```suggestion
           """Remove files in Azure Data Lake Storage.
   ```



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