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/12 09:10:49 UTC

[GitHub] [airflow] ashb commented on a diff in pull request #26315: Convert airflow/serialization to __future__.annotations

ashb commented on code in PR #26315:
URL: https://github.com/apache/airflow/pull/26315#discussion_r968170228


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

Review Comment:
   This file is otherwise empty, and so I think it should not have this import and stay that way.



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