[flake8] Resolve I??? errors (#3797)

This commit is contained in:
John Bodley
2017-11-07 20:23:40 -08:00
committed by Maxime Beauchemin
parent 7987cb794b
commit e2bca47421
45 changed files with 224 additions and 269 deletions

View File

@@ -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