Skip to content

Commit

Permalink
Revert linter messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Lorenzo Montoto committed Apr 16, 2020
1 parent d025d6f commit 7e2f3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alice/onboarding/onboarding_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class OnboardingError(Error):
operation: str
code: int
message: Dict
message: Dict[str, str]

def __str__(self):
return self.__repr__()
Expand Down

0 comments on commit 7e2f3b6

Please sign in to comment.