brucearctor commented on code in PR #26490:
URL: https://github.com/apache/beam/pull/26490#discussion_r1183115288


##########
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:
   makes sense, then isn't part of the config -- definitely don't want to be 
nitpicky [ manually ] about such things.  



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