Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Oct 16, 2018
1 parent d71a595 commit 9e4433b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datapackage_pipelines/specs/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ class SpecError(NamedTuple):
long_msg: str

def __str__(self):
return '{}: {}'.format(self.short_msg, self.long_msg)
return '{}: {}'.format(self.short_msg, self.long_msg)

0 comments on commit 9e4433b

Please sign in to comment.