Skip to content

Commit

Permalink
qa flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
xlcnd committed Mar 3, 2015
1 parent 24c9d87 commit 0c0c5e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions isbnlib/_editions.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from ._wcated import query as wed

PROVIDERS = ('any', 'merge', 'thingl', 'wcat')
TRUEPROVIDERS = ('wcat', 'thingl') # <-- by priority
TRUEPROVIDERS = ('wcat', 'thingl') # <-- by priority
LOGGER = logging.getLogger(__name__)


Expand Down Expand Up @@ -49,7 +49,7 @@ def eds(isbn, service='wcat'):
if not isbn:
LOGGER.critical('%s is not a valid ISBN', isbn)
raise NotValidISBNError(isbn)

if service == 'any':
return fake_provider_any(isbn)

Expand Down

0 comments on commit 0c0c5e7

Please sign in to comment.