Skip to content

Commit 6416b0c

Browse files
authored
Remove unused import
1 parent 22147b9 commit 6416b0c

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
@@ -35,7 +35,7 @@
3535

3636
from pydantic import Field
3737

38-
from pydantic import Field, model_validator
38+
from pydantic import Field
3939

4040
from pyiceberg.expressions.literals import (
4141
AboveMax,

0 commit comments

Comments
 (0)