1
0

fix some things

This commit is contained in:
2026-02-21 14:24:52 +01:00
parent d8228f49ea
commit 426cfad689
2 changed files with 15 additions and 20 deletions

View File

@@ -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")