diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-09-17 20:09:30 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-09-17 20:09:30 -0700 |
commit | 7e730edac80b99560b1694de53ce9db080af08a6 (patch) | |
tree | e4eb0c7fd7a7a33a478956a2df9bc87c3a530fec /python/tests | |
parent | 6e1c91d5e66f8cd54fa22fc17a688f25839ca3ce (diff) | |
download | fatcat-7e730edac80b99560b1694de53ce9db080af08a6.tar.gz fatcat-7e730edac80b99560b1694de53ce9db080af08a6.zip |
lint cleanups
Diffstat (limited to 'python/tests')
-rw-r--r-- | python/tests/import_file_meta.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/tests/import_file_meta.py b/python/tests/import_file_meta.py index b59356b6..e6d1a59f 100644 --- a/python/tests/import_file_meta.py +++ b/python/tests/import_file_meta.py @@ -31,8 +31,6 @@ def test_file_meta_importer_basic(file_meta_importer): )) api.accept_editgroup(eg.editgroup_id) - last_index = file_meta_importer.api.get_changelog(limit=1)[0].index - with open('tests/files/example_file_meta.json', 'r') as f: counts = JsonLinePusher(file_meta_importer, f).run() |