kennknowles commented on code in PR #26490: URL: https://github.com/apache/beam/pull/26490#discussion_r1183113803
########## sdks/python/apache_beam/utils/annotations.py: ########## @@ -192,10 +190,4 @@ def inner(*args, **kwargs): # 'current' will be optional in both deprecated and experimental # while 'since' will be mandatory for deprecated. deprecated = partial( - annotate, label='deprecated', current=None, extra_message=None) -experimental = partial( - annotate, - label='experimental', - current=None, - since=None, - extra_message=None) + annotate, label='deprecated', current=None, extra_message=None) Review Comment: I just ran `yapf` over the whole codebase according to https://cwiki.apache.org/confluence/display/BEAM/Python+Tips#PythonTips-Runningyapfformattermanually -- 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]
