Skip to content

Commit

Permalink
Remove | type syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
analog-cbarber committed Apr 13, 2024
1 parent 283140d commit 3e5f6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/whl2conda/impl/wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

def unpack_wheel(
wheel: Union[Path, str],
dest_dir: Union[Path | str],
dest_dir: Union[Path, str],
*,
logger: Optional[logging.Logger] = None,
) -> None:
Expand Down

0 comments on commit 3e5f6f8

Please sign in to comment.