Nataneljpwd commented on code in PR #52700:
URL: https://github.com/apache/airflow/pull/52700#discussion_r2249525266


##########
providers/sftp/src/airflow/providers/sftp/hooks/sftp.py:
##########
@@ -155,7 +201,7 @@ def get_conn_count(self) -> int:
         """Get the number of open connections."""
         return self._conn_count
 
-    def describe_directory(self, path: str) -> dict[str, dict[str, str | int | 
None]]:
+    def describe_directory(self, path: str) -> dict[Any, dict[str, Any]]:

Review Comment:
   Probably something my linter did, will fix it



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