Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis <alexis.challande@trailofbits.com>
  • Loading branch information
DarkaMaul authored and sigmavirus24 committed Oct 31, 2024
1 parent 309a9d7 commit 2b33343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_fails_no_distributions(caplog):
]


def build_package(src_path, project_files, distribution = "sdist"):
def build_package(src_path, project_files, distribution="sdist"):
"""
Build a source distribution similar to `python3 -m build --sdist`.
Expand Down

0 comments on commit 2b33343

Please sign in to comment.