Skip to content

Commit

Permalink
Fix flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Nov 28, 2017
1 parent 4e424c0 commit bf3c86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trustymail/domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def generate_results(self):

"Syntax Errors": self.format_list(self.syntax_errors),
"Debug": self.format_list(self.debug)
}
}

return results

Expand Down

0 comments on commit bf3c86d

Please sign in to comment.