mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
* Removed unused pylint rule `too-many-instance-attributes` from SqlaTable class. * Removed unecessary rule: `bad-whitespace` from `get_sqla_query` method * Disabling too-many-instance-attributes since it fails on CI