mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
re-enable pylint for database compatibility layer (#8772)
* Re-enable pylint for superset/db_engines/hive.py * re-enable pylint for superset/db_engine_specs/elasticsearch.py * Re-enable superset/db_engine_specs/__init__.py * Re-enable pylint for superset/db_engine_specs/exasol.py
This commit is contained in:
committed by
Maxime Beauchemin
parent
d3f7fda778
commit
cc49aae245
@@ -14,7 +14,6 @@
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
# pylint: disable=C,R,W
|
||||
"""Compatibility layer for different database engines
|
||||
|
||||
This modules stores logic specific to different database engines. Things
|
||||
|
||||
Reference in New Issue
Block a user