fix: Pylint errors on master (#27710)

This commit is contained in:
Michael S. Molina
2024-03-27 16:18:41 -03:00
committed by GitHub
parent 528946d3cc
commit 883e455e12
9 changed files with 13 additions and 11 deletions

View File

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