pylint: replace unnecessary string by a proper comment

This commit is contained in:
Frédéric Péters 2015-10-02 12:21:00 +02:00
parent 7ca8631bbf
commit 9e7de4b1fc
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class NothingInCacheException(Exception):
pass
'''Simple signature scheme for query strings'''
# Simple signature scheme for query strings
def sign_url(url, key, algo='sha256', timestamp=None, nonce=None):
parsed = urlparse.urlparse(url)