Skip to content

Commit c71abbd

Browse files
committed
fix: remove no longer needed imports
1 parent 5ff1be4 commit c71abbd

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • src/lean_spec/subspecs/koalabear

src/lean_spec/subspecs/koalabear/field.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
"""Core definition of the KoalaBear prime field Fp."""
22

3-
from typing import IO, Any, Self
4-
5-
from pydantic.annotated_handlers import GetCoreSchemaHandler
6-
from pydantic_core import core_schema
3+
from typing import IO, Self
74

85
from lean_spec.types import SSZType
96

0 commit comments

Comments
 (0)