mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 22:14:07 +02:00
pep8
This commit is contained in:
parent
dc636725fa
commit
79a0a7ab58
2 changed files with 2 additions and 3 deletions
|
|
@ -495,7 +495,7 @@ def get_cached_cover_url(self, identifiers):
|
|||
that could result in a generic cover image or a not found error.
|
||||
'''
|
||||
return None
|
||||
|
||||
|
||||
def id_from_url(self, url):
|
||||
'''
|
||||
Parse a URL and return a tuple of the form:
|
||||
|
|
@ -505,7 +505,6 @@ def id_from_url(self, url):
|
|||
'''
|
||||
return None
|
||||
|
||||
|
||||
def identify_results_keygen(self, title=None, authors=None,
|
||||
identifiers={}):
|
||||
'''
|
||||
|
|
|
|||
|
|
@ -1668,7 +1668,7 @@ def parse_clipboard_for_identifier(self):
|
|||
text = unicode(QApplication.clipboard().text()).strip()
|
||||
if not text:
|
||||
return False
|
||||
|
||||
|
||||
rules = msprefs['id_link_rules']
|
||||
if rules:
|
||||
formatter = EvalFormatter()
|
||||
|
|
|
|||
Loading…
Reference in a new issue