Skip to content

Commit

Permalink
add TODO 'type consistent returns'
Browse files Browse the repository at this point in the history
  • Loading branch information
xlcnd committed Jun 4, 2020
1 parent f959612 commit d6c9e46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions isbnlib/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ def get_canonical_isbn(isbnlike, output='bouth'):
return None


# TODO(make return type consistent)!
def ean13(isbnlike):
"""Transform an `isbnlike` string in an EAN number (canonical ISBN-13)."""
ib = canonical(isbnlike)
Expand Down

0 comments on commit d6c9e46

Please sign in to comment.