From 7e730edac80b99560b1694de53ce9db080af08a6 Mon Sep 17 00:00:00 2001
From: Bryan Newbold <bnewbold@robocracy.org>
Date: Thu, 17 Sep 2020 20:09:30 -0700
Subject: lint cleanups

---
 python/tests/import_file_meta.py | 2 --
 1 file changed, 2 deletions(-)

(limited to 'python/tests')

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()
 
-- 
cgit v1.2.3