From 40c636c557b23e119af835c9b82e51d9c3049467 Mon Sep 17 00:00:00 2001 From: Matt Wala <wala1@illinois.edu> Date: Sat, 23 Sep 2017 16:47:42 -0500 Subject: [PATCH] Fix flake8 error. --- test/test_persistent_dict.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_persistent_dict.py b/test/test_persistent_dict.py index 065f979..d6fbbc7 100644 --- a/test/test_persistent_dict.py +++ b/test/test_persistent_dict.py @@ -250,7 +250,6 @@ def test_write_once_persistent_dict_cache_collisions(): key1 = PDictTestingKeyOrValue(1, hash_key=0) key2 = PDictTestingKeyOrValue(2, hash_key=0) - pdict[key1] = 1 with pytest.warns(UserWarning): -- GitLab