willbarrett commented on a change in pull request #10106:
URL:
https://github.com/apache/incubator-superset/pull/10106#discussion_r443054936
##########
File path: superset/connectors/sqla/views.py
##########
@@ -377,10 +384,14 @@ class TableModelView(DatasourceModelView, DeleteMixin,
YamlExportMixin):
)
}
- def pre_add(self, table: "TableModelView") -> None:
+ def pre_add( # pylint: disable=arguments-differ
Review comment:
Oh nice, yeah, that resolves it. I thought it was complaining about the
type annotation. Should have read closer.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]