You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/09/10 20:49:42 UTC

[GitHub] [airflow] potiuk commented on a diff in pull request #26289: Convert airflow/*.py files to use __future__.annotations

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


##########
airflow/__init__.py:
##########
@@ -15,7 +15,7 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-#
+from __future__ import annotations
 

Review Comment:
   Fixed. I am also reviewing all other PRs to apply it too. 



-- 
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-unsubscribe@airflow.apache.org

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