potiuk commented on code in PR #26315: URL: https://github.com/apache/airflow/pull/26315#discussion_r968257354
########## 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: Yeah. I will check for those - I only skipped these __init__.py files that were literally "licence comment only" - those that have docstring were not seen as "empty" :) But it will be easy to filter out -- 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]
