mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
[ci] Deprecate flake8 (#8409)
* [ci] Deprecate flake8 * Addressing @villebro's comments
This commit is contained in:
committed by
Maxime Beauchemin
parent
a19990185d
commit
9fc37ea9f1
@@ -15,8 +15,8 @@
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
"""Unit tests for Sql Lab"""
|
||||
from datetime import datetime, timedelta
|
||||
import json
|
||||
from datetime import datetime, timedelta
|
||||
|
||||
import prison
|
||||
|
||||
@@ -25,6 +25,7 @@ from superset.dataframe import SupersetDataFrame
|
||||
from superset.db_engine_specs import BaseEngineSpec
|
||||
from superset.models.sql_lab import Query
|
||||
from superset.utils.core import datetime_to_epoch, get_example_database
|
||||
|
||||
from .base_tests import SupersetTestCase
|
||||
|
||||
QUERY_1 = "SELECT * FROM birth_names LIMIT 1"
|
||||
|
||||
Reference in New Issue
Block a user