Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 2, 2022
1 parent 351519a commit af5f41f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/packages/utils/test_utils_link.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ def file_checksum() -> str:
return make_checksum()


def make_url(
ext: str, file_checksum: str | None = None
) -> Link:
def make_url(ext: str, file_checksum: str | None = None) -> Link:
file_checksum = file_checksum or make_checksum()
return Link(
"https://files.pythonhosted.org/packages/16/52/dead/"
Expand Down

0 comments on commit af5f41f

Please sign in to comment.