ashb commented on a change in pull request #4036: [AIRFLOW-2744] Allow RBAC to
accept plugins for views and links.
URL: https://github.com/apache/incubator-airflow/pull/4036#discussion_r227299952
##########
File path: tests/plugins/test_plugin.py
##########
@@ -58,7 +59,7 @@ def plugin_macro():
# Creating a flask admin BaseView
class TestView(BaseView):
- @expose('/')
+ @expose("/")
Review comment:
Style nit: please remove un-related changes like this from the PR.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services