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 2021/12/08 08:16:04 UTC

[GitHub] [airflow] khalidmammadov commented on a change in pull request #20120: Fix various MyPy issues in airflow/www folder (part 1)

khalidmammadov commented on a change in pull request #20120:
URL: https://github.com/apache/airflow/pull/20120#discussion_r764634282



##########
File path: airflow/www/extensions/init_appbuilder.py
##########
@@ -560,7 +561,7 @@ def security_converge(self, dry=False) -> Dict:
         :param dry: If True will not change DB
         :return: Dict with all computed necessary operations
         """
-        return self.sm.security_converge(self.baseviews, self.menu, dry)
+        return self.sm.security_converge(self.baseviews, self.menu, dry)  # type: ignore

Review comment:
       I think, it was complaining about security_covererage is not part of sm. As sm is dynamically loaded I set that to ignore




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