Skip to content

Commit

Permalink
Blacken file.
Browse files Browse the repository at this point in the history
  • Loading branch information
markpbaggett committed Dec 2, 2020
1 parent 37f9fc4 commit f631f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flaskr/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ def labels():
)
else:
new_labels = RDFInquisitor(form.uri.data).get_labels_by_language(
form.uri.data, form.language.data
)
form.uri.data, form.language.data
)
return render_template(
"labels.html",
results=new_labels,
Expand Down

0 comments on commit f631f14

Please sign in to comment.