Skip to content

Commit

Permalink
Realign to fix flake8 test
Browse files Browse the repository at this point in the history
  • Loading branch information
joelostblom committed Jun 18, 2020
1 parent 90a2417 commit b4bebae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watson/watson.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ def report(self, from_, to, current=None, projects=None, tags=None,
)

tag_notes = [frame.note for frame in frames
if tag in frame.tags and frame.note]
if tag in frame.tags and frame.note]

project_report['tags'].append({
'name': tag,
Expand Down

0 comments on commit b4bebae

Please sign in to comment.