mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
remove future (#6065)
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# pylint: disable=C,R,W
|
||||
"""A collection of ORM sqlalchemy models for SQL Lab"""
|
||||
from __future__ import absolute_import
|
||||
from __future__ import division
|
||||
from __future__ import print_function
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from datetime import datetime
|
||||
import re
|
||||
|
||||
|
||||
Reference in New Issue
Block a user