mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +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 Annotation-related models"""
|
||||
from __future__ import absolute_import
|
||||
from __future__ import division
|
||||
from __future__ import print_function
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from flask_appbuilder import Model
|
||||
from sqlalchemy import (
|
||||
Column, DateTime, ForeignKey, Index, Integer, String, Text,
|
||||
|
||||
Reference in New Issue
Block a user