mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
remove future (#6065)
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# pylint: disable=C,R,W
|
||||
from __future__ import absolute_import
|
||||
from __future__ import division
|
||||
from __future__ import print_function
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import logging
|
||||
|
||||
import sqlparse
|
||||
|
||||
Reference in New Issue
Block a user