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