See #297: removed unused variables

This commit is contained in:
Eliot Berriot 2018-06-09 17:41:59 +02:00
commit 639882bd34
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
50 changed files with 33 additions and 88 deletions

View file

@ -186,7 +186,6 @@ def fake_request():
@pytest.fixture
def activity_registry():
r = record.registry
state = list(record.registry.items())
yield record.registry
record.registry.clear()