You've already forked TEF6686_Driver
fix some things
This commit is contained in:
@@ -2,8 +2,7 @@ import struct
|
||||
from protocol import I2CPCClient, time
|
||||
from patches import *
|
||||
|
||||
from typing import Callable, TypeVar, ParamSpec, Concatenate
|
||||
from collections.abc import Callable as ABCCallable
|
||||
from typing import TypeVar, ParamSpec
|
||||
|
||||
P = ParamSpec("P")
|
||||
T = TypeVar("T")
|
||||
|
||||
Reference in New Issue
Block a user