lidavidm commented on code in PR #292:
URL: https://github.com/apache/arrow-cookbook/pull/292#discussion_r1084643337
##########
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:
It's not part of Sphinx, they were imported from the wrong place originally.
This is Python's type annotations.
--
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]