]> Repositories - Adafruit_Blinka-hackapet.git/blobdiff - src/adafruit_blinka/__init__.py
Revert "don't upload universal bdist to pypi"
[Adafruit_Blinka-hackapet.git] / src / adafruit_blinka / __init__.py
index 5bdb2a5c8935bea18b7fa1620817101ba1ad68d9..a4ef21542d610b3c649ecda0541033e753bf58d1 100755 (executable)
@@ -72,8 +72,6 @@ class Lockable(ContextManaged):
         """Release the lock so others may use the resource."""
         if self._locked:
             self._locked = False
-        else:
-            raise ValueError("Not locked")
 
 
 def patch_system():