Skip to content

Commit 77e00b2

Browse files
AniketsyFokko
andauthored
Update pyiceberg/expressions/__init__.py
Co-authored-by: Fokko Driesprong <fokko@apache.org>
1 parent ebaf94f commit 77e00b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyiceberg/expressions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
from pyiceberg.utils.singleton import Singleton
4545
from pyiceberg.typedef import IcebergBaseModel
4646
from pydantic import Field
47-
47+
from typing import Literal as TypingLiteral
4848

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

0 commit comments

Comments
 (0)