Skip to content

Commit

Permalink
pep8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jiffyclub committed Jun 19, 2015
1 parent 80373c6 commit 9e1354f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orca/server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ def column_preview(table_name, col_name):
200,
{'Content-Type': 'application/json'})


@app.route('/tables/<table_name>/columns/<col_name>/definition')
@check_is_column
def column_definition(table_name, col_name):
Expand Down

0 comments on commit 9e1354f

Please sign in to comment.