ilya-kozyrev commented on a change in pull request #16140:
URL: https://github.com/apache/beam/pull/16140#discussion_r763127467
##########
File path: playground/infrastructure/helper.py
##########
@@ -199,7 +212,9 @@ def get_supported_categories(categories_path: str) ->
List[str]:
return yaml_object[TagFields.categories]
-def _get_example(filepath: str, filename: str, tag: dict) -> Example:
+def _get_example(
+ filepath: str, filename: str, tag: Dict[str, Union[str,
Review comment:
That's not my formatting :) yapf think that this one is beautiful :)
--
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]