Skip to content

Commit

Permalink
improve import:
Browse files Browse the repository at this point in the history
  • Loading branch information
hornc committed Jan 10, 2020
1 parent b58237a commit 06df165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlibrary/core/ia.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""Library for interacting with archive.org.
"""

import cache
import logging
import os
import requests
Expand All @@ -10,6 +9,7 @@
from infogami import config
from infogami.utils import stats

from openlibrary.core import cache
from openlibrary.utils.dateutil import date_n_days_ago

import six
Expand Down

0 comments on commit 06df165

Please sign in to comment.