mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
pep8
This commit is contained in:
parent
6ca643ba22
commit
6b01ddeaa3
@ -42,6 +42,7 @@ def c_parse(val):
|
||||
except (ValueError, TypeError):
|
||||
return UNDEFINED_DATE
|
||||
|
||||
|
||||
ONE_ONE, MANY_ONE, MANY_MANY = xrange(3)
|
||||
|
||||
null = object()
|
||||
@ -700,4 +701,3 @@ class IdentifiersTable(ManyToManyTable):
|
||||
|
||||
def all_identifier_types(self):
|
||||
return frozenset(k for k, v in self.col_book_map.iteritems() if v)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user