diff options
Diffstat (limited to 'extmod/uasyncio/lock.py')
-rw-r--r-- | extmod/uasyncio/lock.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extmod/uasyncio/lock.py b/extmod/uasyncio/lock.py index 4dae36bc2b..85a9437b4f 100644 --- a/extmod/uasyncio/lock.py +++ b/extmod/uasyncio/lock.py @@ -3,6 +3,7 @@ from . import core + # Lock class for primitive mutex capability class Lock: def __init__(self): |