mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-11 09:05:07 +00:00
ubuiltins: Fix typing self imports.
This commit is contained in:
@@ -24,14 +24,13 @@ from collections.abc import Callable, Hashable, Iterable, Iterator, Mapping, Seq
|
||||
from typing import (
|
||||
Any,
|
||||
Literal,
|
||||
Self,
|
||||
SupportsComplex,
|
||||
SupportsFloat,
|
||||
SupportsInt,
|
||||
overload,
|
||||
)
|
||||
|
||||
from typing_extensions import Self
|
||||
|
||||
import uio
|
||||
import usys
|
||||
|
||||
|
||||
Reference in New Issue
Block a user