mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
[flake8] Resolve I??? errors (#3797)
This commit is contained in:
committed by
Maxime Beauchemin
parent
7987cb794b
commit
e2bca47421
@@ -4,12 +4,11 @@ from __future__ import division
|
||||
from __future__ import print_function
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from flask_appbuilder import Model
|
||||
from sqlalchemy import (
|
||||
Column, Integer, String, ForeignKey, Text,
|
||||
DateTime, Index,
|
||||
Column, DateTime, ForeignKey, Index, Integer, String, Text,
|
||||
)
|
||||
from sqlalchemy.orm import relationship
|
||||
from flask_appbuilder import Model
|
||||
|
||||
from superset.models.helpers import AuditMixinNullable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user