blag commented on code in PR #25799:
URL: https://github.com/apache/airflow/pull/25799#discussion_r951991494


##########
airflow/exceptions.py:
##########
@@ -338,3 +338,17 @@ class TaskDeferralError(AirflowException):
 
 class PodReconciliationError(AirflowException):
     """Raised when an error is encountered while trying to merge pod 
configs."""
+
+
+class RemoveInAirflow3DeprecationWarning(DeprecationWarning):

Review Comment:
   ```suggestion
   class RemovedInAirflow3Warning(DeprecationWarning):
   ```
   
   Nitpick: Make this a past-tense description of the warning, instead of a 
command. This makes it consistent with its docstring and other exceptions in 
`airflow.exception`.



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