Skip to content

Commit 996444a

Browse files
author
leah.culver
committed
removed extra timestamp param for example lookup_nonce... not sure why this was there in the first place
git-svn-id: https://oauth.googlecode.com/svn/code/python@963 f7ae4463-c52f-0410-a7dc-93bad6e629e8
1 parent 16eb8b8 commit 996444a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth/oauth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ def lookup_token(self, oauth_consumer, token_type, token_token):
477477
"""-> OAuthToken."""
478478
raise NotImplementedError
479479

480-
def lookup_nonce(self, oauth_consumer, oauth_token, nonce, timestamp):
480+
def lookup_nonce(self, oauth_consumer, oauth_token, nonce):
481481
"""-> OAuthToken."""
482482
raise NotImplementedError
483483

0 commit comments

Comments
 (0)