File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 18
18
- id : end-of-file-fixer
19
19
- id : trailing-whitespace
20
20
- repo : https://github.com/pycqa/pylint
21
- rev : v2.17.4
21
+ rev : v3.2.6
22
22
hooks :
23
23
- id : pylint
24
24
name : pylint (library code)
Original file line number Diff line number Diff line change @@ -72,4 +72,4 @@ async def wait(self):
72
72
return True
73
73
74
74
75
- # CIRCUITPY: remove ThreadSafeFlag
75
+ # CIRCUITPY: remove ThreadSafeFlag; non-standard extension.
Original file line number Diff line number Diff line change @@ -92,8 +92,7 @@ def remove(t):
92
92
pass
93
93
94
94
95
- # CIRCUITPY-CHANGE: async
96
- async def gather (* aws , return_exceptions = False ):
95
+ def gather (* aws , return_exceptions = False ):
97
96
# CIRCUITPY-CHANGE: doc
98
97
"""Run all *aws* awaitables concurrently. Any *aws* that are not tasks
99
98
are promoted to tasks.
Original file line number Diff line number Diff line change 5
5
6
6
# Note: not present in MicroPython asyncio
7
7
8
+ """CircuitPython-specific traceback support for asyncio."""
9
+
8
10
try :
9
11
from typing import List
10
12
except ImportError :
You can’t perform that action at this time.
0 commit comments