Skip to content

Commit

Permalink
Merge branch 'typing' of https://github.com/daft-dev/daft into typing
Browse files Browse the repository at this point in the history
  • Loading branch information
dsfulf committed Jul 25, 2024
2 parents 4af6e4f + 521f8b1 commit 6d3f072
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/daft/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,6 @@ class CTX_Kwargs(TypedDict):
dpi: Optional[int]


AnyDict = Union[dict[str, Any], PlotParams, LabelParams, RectParams, CTX_Kwargs]
AnyDict = Union[
dict[str, Any], PlotParams, LabelParams, RectParams, CTX_Kwargs
]

0 comments on commit 6d3f072

Please sign in to comment.