mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
fix: Pylint errors on master (#27710)
This commit is contained in:
committed by
GitHub
parent
528946d3cc
commit
883e455e12
@@ -49,7 +49,7 @@ from superset.commands.chart.exceptions import (
|
||||
)
|
||||
from superset.constants import InstantTimeComparison, LRU_CACHE_MAX_SIZE, NO_TIME_RANGE
|
||||
|
||||
ParserElement.enablePackrat()
|
||||
ParserElement.enable_packrat()
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user