Skip to content

Commit e092459

Browse files
remove unused model_serializer
1 parent 650e293 commit e092459

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyiceberg/expressions/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
from pyiceberg.typedef import L, StructProtocol, IcebergRootModel
4343
from pyiceberg.types import DoubleType, FloatType, NestedField
4444
from pyiceberg.utils.singleton import Singleton
45-
from pydantic import model_serializer
4645

4746

4847
def _to_unbound_term(term: Union[str, UnboundTerm[Any]]) -> UnboundTerm[Any]:

0 commit comments

Comments
 (0)