diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-07-01 18:35:37 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-07-01 18:35:37 -0700 |
commit | ce37bdcd382c857383aad219de53d2432c07f1e7 (patch) | |
tree | 9dd1b9421f7650358acab4e9d39fb1e33d3bc31d /python/tests/import_grobid_metadata.py | |
parent | 30905f1effb33c3ef193d084120aa3fbd75d0b9b (diff) | |
download | fatcat-ce37bdcd382c857383aad219de53d2432c07f1e7.tar.gz fatcat-ce37bdcd382c857383aad219de53d2432c07f1e7.zip |
lint (flake8) python test files
Diffstat (limited to 'python/tests/import_grobid_metadata.py')
-rw-r--r-- | python/tests/import_grobid_metadata.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/tests/import_grobid_metadata.py b/python/tests/import_grobid_metadata.py index 51ab3faa..52284b89 100644 --- a/python/tests/import_grobid_metadata.py +++ b/python/tests/import_grobid_metadata.py @@ -3,8 +3,9 @@ import os import json import base64 import pytest + from fatcat_tools.importers import GrobidMetadataImporter, LinePusher -from fixtures import api +from fixtures import * """ WARNING: these tests are currently very fragile because they have database |