potiuk commented on a change in pull request #20795:
URL: https://github.com/apache/airflow/pull/20795#discussion_r782995769



##########
File path: airflow/version.py
##########
@@ -22,7 +22,7 @@
 try:
     import importlib_metadata as metadata
 except ImportError:
-    from importlib import metadata
+    from importlib import metadata  # type: ignore

Review comment:
       ```suggestion
       from importlib import metadata  # type: ignore[attr-defined]
   ```




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