mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2026-02-01 06:05:45 +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