Skip to content

Commit 1720b09

Browse files
committed
Fix formatting issue
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent f1127cd commit 1720b09

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/python_inspector/utils_pypi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def get_python_dot_version(version):
147147
"manylinux2014_x86_64",
148148
"manylinux2014_aarch6",
149149
"musllinux_1_2_x86_64",
150-
"manylinux_2_33_aarch64"
150+
"manylinux_2_33_aarch64",
151151
],
152152
"macos": [
153153
"macosx_10_6_intel",

tests/test_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ def test_api_with_lief_python_312():
117117
)
118118
check_data_results(results=results.to_dict(generic_paths=True), expected_file=expected_file)
119119

120+
120121
def test_api_with_partial_setup_py():
121122
expected_file = test_env.get_test_loc("test-api-with-partial-setup-py.json", must_exist=False)
122123
results = resolver_api(

0 commit comments

Comments
 (0)