Skip to content

Commit

Permalink
Update black formatting (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhrutledge committed Feb 3, 2023
1 parent 48f4857 commit 9c2c0a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def test_version_parsing(example_wheel):


def test_version_parsing_missing_pyver(monkeypatch, example_wheel):

wheel.wheel_file_re = pretend.stub(match=lambda a: None)
assert example_wheel.py_version == "any"

Expand Down

0 comments on commit 9c2c0a1

Please sign in to comment.