Skip to content

Commit

Permalink
Keep black happy
Browse files Browse the repository at this point in the history
  • Loading branch information
venaturum committed Jun 24, 2024
1 parent 3557b47 commit 3bfc4f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion staircase/core/stairs.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,8 @@ def __bool__(self) -> bool:
@Appender(docstrings.examples.describe_example, join="\n", indents=2)
def describe(
self,
where: tuple[float | int, float | int] | list[float | int, float | int] = (
where: tuple[float | int, float | int]
| list[float | int, float | int] = (
-inf,
inf,
),
Expand Down

0 comments on commit 3bfc4f7

Please sign in to comment.