Skip to content

Commit 6c0289e

Browse files
author
Nikolay Dolzhenkov
committed
fixing typo in Union typing
1 parent c226cbd commit 6c0289e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ninja/filter_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def _get_field_expression_connector(
131131

132132
# Legacy approach, consider removing in future versions
133133
return cast(
134-
Union[ExpressionConnector | None],
134+
Union[ExpressionConnector, None],
135135
self._get_from_deprecated_field_extra(
136136
field_name, field_info, "expression_connector"
137137
),

0 commit comments

Comments
 (0)