ubuiltins: Fix typing self imports.

This commit is contained in:
Laurens Valk
2026-08-25 13:52:54 +02:00
parent 9086eb696f
commit 226e811c7b
+1 -2
View File
@@ -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