Skip to content

Commit

Permalink
style: rerun ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed May 30, 2024
1 parent 8d455d1 commit 8df67e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions altair/vegalite/v5/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ def _is_test_predicate(obj: Any) -> TypeIs[_TestPredicateType]:
def _get_predicate_expr(p: Parameter) -> Union[Any, UndefinedType]:
return getattr(p.param, "expr", Undefined)


def _predicate_to_condition(
predicate: _PredicateType, **kwargs: Any
) -> Tuple[_ConditionType, TypingDict[str, Any]]:
Expand Down

0 comments on commit 8df67e1

Please sign in to comment.