potiuk commented on code in PR #46608:
URL: https://github.com/apache/airflow/pull/46608#discussion_r1957074795
##########
pyproject.toml:
##########
@@ -589,14 +596,12 @@ disable_error_code = [
"annotation-unchecked",
]
# Since there are no __init__.py files in
-# providers/src/apache/airflow/providers we need to tell MyPy where the "base"
+# providers/<provided>src/apache/airflow/providers we need to tell MyPy where
the "base"
Review Comment:
```suggestion
# providers/<provider>src/apache/airflow/providers we need to tell MyPy
where the "base"
```
--
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]