chore(pylint): Reenable too-many-lines check (#16287)

Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
John Bodley
2021-09-13 13:22:19 -07:00
committed by GitHub
co-authored by John Bodley
parent c6ac10716a
commit 1669947bcd
13 changed files with 12 additions and 5 deletions
+1
View File
@@ -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