Skip to content

Commit 81616fc

Browse files
AniketsyFokko
andauthored
Update pyiceberg/expressions/__init__.py
Co-authored-by: Fokko Driesprong <fokko@apache.org>
1 parent 74d2453 commit 81616fc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pyiceberg/expressions/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@
4646
from pyiceberg.types import DoubleType, FloatType, NestedField
4747
from pyiceberg.utils.singleton import Singleton
4848

49-
try:
50-
from pydantic import ConfigDict
51-
except ImportError:
52-
ConfigDict = dict
53-
5449

5550
def _to_unbound_term(term: Union[str, UnboundTerm[Any]]) -> UnboundTerm[Any]:
5651
return Reference(term) if isinstance(term, str) else term

0 commit comments

Comments
 (0)