File tree 1 file changed +16
-16
lines changed
1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 22
22
"hoot" : "WAC-9717" ,
23
23
"jolt" : "WAC-A466" ,
24
24
"noot" : "WAC-EC1C" ,
25
- "oink" : "" ,
26
- "pew" : "" ,
27
- "ping" : "" ,
28
- "pong" : "" ,
29
- "pop" : "" ,
30
- "pow" : "" ,
31
- "purr" : "" ,
32
- "quark" : "" ,
33
- "ring" : "" ,
34
- "roar" : "" ,
35
- "sigh" : "" ,
36
- "snip" : "" ,
37
- "sput" : "" ,
38
- "swsh" : "" ,
39
- "tape" : "" ,
25
+ "oink" : "WAC-7236 " ,
26
+ "pew" : "WAC-2C37 " ,
27
+ "ping" : "WAC-9F29 " ,
28
+ "pong" : "WAC-C9B9 " ,
29
+ "pop" : "WAC-E5C " ,
30
+ "pow" : "WAC-5F6 " ,
31
+ "purr" : "WAC-F8D0 " ,
32
+ "quark" : "WAC-B45E " ,
33
+ "ring" : "WAC-60F4 " ,
34
+ "roar" : "WAC-6BE7 " ,
35
+ "sigh" : "WAC-CE8B " ,
36
+ "snip" : "WAC-2E11 " ,
37
+ "sput" : "WAC-D6A0 " ,
38
+ "swsh" : "WAC-383E " ,
39
+ "tape" : "WAC-FCBA " ,
40
40
"thud" : "" ,
41
41
"thum" : "" ,
42
42
"tik" : "" ,
@@ -111,4 +111,4 @@ async def copy_asyncio_queue(original_queue: asyncio.Queue) -> asyncio.Queue:
111
111
async def empty_asyncio_queue (queue : asyncio .Queue ):
112
112
while not queue .empty ():
113
113
await queue .get ()
114
- queue .task_done ()
114
+ queue .task_done ()
You can’t perform that action at this time.
0 commit comments