mirror of
https://github.com/apache/superset.git
synced 2026-08-12 11:11:01 +00:00
chore(pylint): Reenable too-many-lines check (#16287)
Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
co-authored by
John Bodley
parent
c6ac10716a
commit
1669947bcd
@@ -15,6 +15,7 @@
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
"""Utility functions used across Superset"""
|
||||
# pylint: disable=too-many-lines
|
||||
import collections
|
||||
import decimal
|
||||
import errno
|
||||
|
||||
Reference in New Issue
Block a user