lidavidm commented on code in PR #292:
URL: https://github.com/apache/arrow-cookbook/pull/292#discussion_r1084637769


##########
java/ext/javadoctest.py:
##########
@@ -99,7 +99,7 @@ def clean_output(self, output: str):
         output = (4*' ').join(output.split('\t'))
         return output
 
-def setup(app) -> Dict[str, Any]:
+def setup(app) -> dict[str, Any]:

Review Comment:
   should be `from typing import Dict`, same goes for `Any`



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