Skip to content

Commit

Permalink
Remove repeated line (#3491)
Browse files Browse the repository at this point in the history
* add lanscape?

* Revert "add lanscape?"

This reverts commit b3d6e80.

* remove unused line
  • Loading branch information
timifasubaa authored and mistercrunch committed Sep 20, 2017
1 parent d7fc364 commit 1cf634a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions superset/sql_lab.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,6 @@ def handle_error(msg):
session.merge(query)
session.commit()
logging.info("Set query to 'running'")

engine = database.get_sqla_engine(
schema=query.schema, nullpool=not ctask.request.called_directly, user_name=user_name)
try:
engine = database.get_sqla_engine(
schema=query.schema, nullpool=not ctask.request.called_directly, user_name=user_name)
Expand Down

0 comments on commit 1cf634a

Please sign in to comment.