Skip to content

Commit

Permalink
fix long line
Browse files Browse the repository at this point in the history
  • Loading branch information
alanna scott committed May 24, 2017
1 parent e7ede68 commit e6b241c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion superset/views/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
import sqlalchemy as sqla

from flask import (
g, request, redirect, flash, Response, render_template, Markup, abort, url_for)
g, request, redirect, flash, Response, render_template, Markup,
abort, url_for)
from flask_appbuilder import expose
from flask_appbuilder.actions import action
from flask_appbuilder.models.sqla.interface import SQLAInterface
Expand Down

0 comments on commit e6b241c

Please sign in to comment.