mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Missing import...
This commit is contained in:
@@ -8,6 +8,7 @@ str = type('')
|
||||
|
||||
import io
|
||||
from threading import RLock
|
||||
from types import MethodType
|
||||
from weakref import ref, proxy
|
||||
try:
|
||||
from weakref import WeakMethod
|
||||
|
||||
Reference in New Issue
Block a user