Skip to content

Commit

Permalink
remove wrong types
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Walladge committed Sep 15, 2018
1 parent 60741ad commit 54238e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simplenote_cli/simplenote.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def get_api(self) -> Api:
self.api = self.authenticate(self.username, self.password)
return self.api

def get_note(self, noteid: str, version: int = None):
def get_note(self, noteid, version=None):
""" method to get a specific note
Arguments:
Expand Down

0 comments on commit 54238e9

Please sign in to comment.