Skip to content

Commit

Permalink
back compat fix for py<3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperrealist committed May 31, 2024
1 parent 6853f5e commit 79b2617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiled/server/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def expected_shape(


def slice_(
slice: str | None = None,
slice: Optional[str] = None,
):
"Specify and parse a block index parameter."

Expand Down

0 comments on commit 79b2617

Please sign in to comment.