Skip to content

Commit

Permalink
download_dlls: remove types
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen521kk committed Sep 13, 2024
1 parent 5c0021a commit 371692c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packing/download_dlls.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def get_platform():
rex = re.compile("^prefix=(.*)")


def new_place(_: re.Match[str]) -> str:
def new_place(_) -> str:
return f"prefix={str(final_location.as_posix())}"


Expand Down

0 comments on commit 371692c

Please sign in to comment.