Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Commit

Permalink
fix 'query'
Browse files Browse the repository at this point in the history
  • Loading branch information
xlcnd committed Mar 12, 2019
1 parent 420dce8 commit b7c86e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion isbnlib_oclc/_oclc.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,3 @@ def query(isbn):
data['year'] = RE_YEAR.search(year.strip('. ')).group(0)

return _records(isbn, data)

0 comments on commit b7c86e9

Please sign in to comment.