Skip to content

Commit 2b33343

Browse files
DarkaMaulsigmavirus24
authored andcommitted
Fix linting
Signed-off-by: Alexis <[email protected]>
1 parent 309a9d7 commit 2b33343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_fails_no_distributions(caplog):
4949
]
5050

5151

52-
def build_package(src_path, project_files, distribution = "sdist"):
52+
def build_package(src_path, project_files, distribution="sdist"):
5353
"""
5454
Build a source distribution similar to `python3 -m build --sdist`.
5555

0 commit comments

Comments
 (0)