potiuk commented on code in PR #25280:
URL: https://github.com/apache/airflow/pull/25280#discussion_r929807063


##########
airflow/models/baseoperator.py:
##########
@@ -16,6 +16,8 @@
 # specific language governing permissions and limitations
 # under the License.
 """Base operator for all operators."""
+from __future__ import annotations

Review Comment:
   We don't use yet __future__ annotations. We discussed that we want to do it, 
but in order to make cherry-picking easier, we will globally add them just 
before we release 2.4 to not make cherry-picking more difficult than it should 
be.
   
   https://lists.apache.org/thread/81fr042s5d3v17v83bpo24tnrr2pp0fp
   
   Can you please remove those for now?



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to