mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
remove future imports (#6050)
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""Unit tests for Superset"""
|
||||
from __future__ import absolute_import
|
||||
from __future__ import division
|
||||
from __future__ import print_function
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import json
|
||||
import unittest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user