Skip to content

Commit

Permalink
Suppress pipenv warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
markpbaggett committed Nov 30, 2020
1 parent 6f09748 commit 6508a80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export PIPENV_VERBOSITY=-1
2 changes: 1 addition & 1 deletion inquisitor/question.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def get_labels_by_language(self, subject, language_tag):
for label in labels:
if label[0].language == language_tag:
language_labels.append(label)
return language_labels
return []

def get_labels(self, subject=None):
"""Get a list of labels from your graph.
Expand Down

0 comments on commit 6508a80

Please sign in to comment.