We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e93f4f commit 40c8f64Copy full SHA for 40c8f64
asyncio/queue.py
@@ -1,3 +1,9 @@
1
+# SPDX-FileCopyrightText: 2019-2020 Damien P. George
2
+#
3
+# SPDX-License-Identifier: MIT
4
5
+# MicroPython uasyncio module
6
+# MIT license; Copyright (c) 2019-2020 Damien P. George
7
"""
8
Exceptions and classes related to asyncio Queue implementations.
9
0 commit comments