Skip to content

Commit 754c75d

Browse files
committed
Fix package.json files for CPython.
1 parent 5b7cc3f commit 754c75d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

v3/primitives/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
["primitives/queue.py", "github:peterhinch/micropython-async/v3/primitives/queue.py"],
1212
["primitives/ringbuf_queue.py", "github:peterhinch/micropython-async/v3/primitives/ringbuf_queue.py"],
1313
["primitives/semaphore.py", "github:peterhinch/micropython-async/v3/primitives/semaphore.py"],
14-
["primitives/switch.py", "github:peterhinch/micropython-async/v3/primitives/switch.py"],
14+
["primitives/switch.py", "github:peterhinch/micropython-async/v3/primitives/switch.py"]
1515
],
1616
"version": "0.1"
1717
}

v3/threadsafe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
["threadsafe/__init__.py", "github:peterhinch/micropython-async/v3/threadsafe/__init__.py"],
44
["threadsafe/message.py", "github:peterhinch/micropython-async/v3/threadsafe/message.py"],
55
["threadsafe/threadsafe_event.py", "github:peterhinch/micropython-async/v3/threadsafe/threadsafe_event.py"],
6-
["threadsafe/threadsafe_queue.py", "github:peterhinch/micropython-async/v3/threadsafe/threadsafe_queue.py"],
6+
["threadsafe/threadsafe_queue.py", "github:peterhinch/micropython-async/v3/threadsafe/threadsafe_queue.py"]
77
],
88
"version": "0.1"
99
}

0 commit comments

Comments
 (0)