Skip to content

Commit 650e293

Browse files
remove unused import
1 parent 527fc42 commit 650e293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyiceberg/expressions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
literal,
4040
)
4141
from pyiceberg.schema import Accessor, Schema
42-
from pyiceberg.typedef import L, StructProtocol, IcebergBaseModel, IcebergRootModel
42+
from pyiceberg.typedef import L, StructProtocol, IcebergRootModel
4343
from pyiceberg.types import DoubleType, FloatType, NestedField
4444
from pyiceberg.utils.singleton import Singleton
4545
from pydantic import model_serializer

0 commit comments

Comments
 (0)