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



##########
File path: setup.py
##########
@@ -893,6 +917,10 @@ def get_all_provider_packages() -> str:
 class AirflowDistribution(Distribution):
     """The setuptools.Distribution subclass with Airflow specific behaviour"""
 
+    def __init__(self, attrs=None):
+        super().__init__(attrs)
+        self.install_requires = None

Review comment:
       Fixing mypy error (not initialized `install_requires`). MyPy complains 
when local pre-commit is run.




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