Skip to content

Commit 65dd55d

Browse files
committed
fix pylint
1 parent dc991c2 commit 65dd55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2988,7 +2988,7 @@ def test_hashtable_lookup(self):
29882988
hash_table = lookup_ops.index_table_from_file(filnm)
29892989
lookup_results = hash_table.lookup(query_holder)
29902990
self._run_test_case([lookup_results.name], {_INPUT: query})
2991-
os.remove(filnm)
2991+
os.remove(filnm)
29922992

29932993

29942994
if __name__ == '__main__':

0 commit comments

Comments
 (0)