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:
Will Barrett
2019-12-07 16:15:12 -08:00
committed by Maxime Beauchemin
parent d3f7fda778
commit cc49aae245
4 changed files with 6 additions and 8 deletions

View File

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