From 54238e9af638b7e89d695f14eb6ae7afb1360c36 Mon Sep 17 00:00:00 2001 From: Samuel Walladge Date: Sat, 15 Sep 2018 14:21:07 +0930 Subject: [PATCH] remove wrong types --- simplenote_cli/simplenote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simplenote_cli/simplenote.py b/simplenote_cli/simplenote.py index 8447344..7b9a170 100644 --- a/simplenote_cli/simplenote.py +++ b/simplenote_cli/simplenote.py @@ -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: