From 9168efc0a61393f2d8e50597c44c16dcf0881cf8 Mon Sep 17 00:00:00 2001 From: meejah Date: Sun, 18 Feb 2024 21:31:54 -0700 Subject: [PATCH] lint --- integration/test_multiuser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/test_multiuser.py b/integration/test_multiuser.py index 6c8407b66..5cab732be 100644 --- a/integration/test_multiuser.py +++ b/integration/test_multiuser.py @@ -206,7 +206,7 @@ async def test_conflicted_users(request, reactor, temp_filepath, alice, bob, edm # shouldn't _keep_ trying to download conflicted updates. # now, wait for updates - all_updates = await DeferredList([ + await DeferredList([ alice.status_monitor(how_long=5), bob.status_monitor(how_long=5), edmond.status_monitor(how_long=5),