+# SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries
+#
+# SPDX-License-Identifier: MIT
"""
`adafruit_blinka` - Runtime utility objects for re-implementation of CircuitPython API
======================================================================================
"""Release the lock so others may use the resource."""
if self._locked:
self._locked = False
- else:
- raise ValueError("Not locked")
def patch_system():