diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-02 15:24:40 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-02 17:02:50 -0700 |
commit | 675ecb96fe0e51f169c2d01683f02205ef327825 (patch) | |
tree | 19be01afe2ddb0791368a1b9b5223deb3cba6d19 /python/tests/import_crossref.py | |
parent | e148fce040b874c7dd397cb22118a3c03b7f02d4 (diff) | |
download | fatcat-675ecb96fe0e51f169c2d01683f02205ef327825.tar.gz fatcat-675ecb96fe0e51f169c2d01683f02205ef327825.zip |
cleanup imports after fatcat_tools.transforms change
Diffstat (limited to 'python/tests/import_crossref.py')
-rw-r--r-- | python/tests/import_crossref.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/tests/import_crossref.py b/python/tests/import_crossref.py index 65cd2c37..ebe6942f 100644 --- a/python/tests/import_crossref.py +++ b/python/tests/import_crossref.py @@ -4,7 +4,8 @@ import gzip import pytest from fatcat_tools.importers import CrossrefImporter, JsonLinePusher -from fixtures import * + +from fixtures import api @pytest.fixture(scope="function") |