Skip to content
Snippets Groups Projects
Commit 40c636c5 authored by Matt Wala's avatar Matt Wala
Browse files

Fix flake8 error.

parent 899b62ae
No related branches found
No related tags found
1 merge request!4PersistentDict cleanup; create WriteOncePersistentDict
Pipeline #
...@@ -250,7 +250,6 @@ def test_write_once_persistent_dict_cache_collisions(): ...@@ -250,7 +250,6 @@ def test_write_once_persistent_dict_cache_collisions():
key1 = PDictTestingKeyOrValue(1, hash_key=0) key1 = PDictTestingKeyOrValue(1, hash_key=0)
key2 = PDictTestingKeyOrValue(2, hash_key=0) key2 = PDictTestingKeyOrValue(2, hash_key=0)
pdict[key1] = 1 pdict[key1] = 1
with pytest.warns(UserWarning): with pytest.warns(UserWarning):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment