Skip to content

Commit

Permalink
Remove unused statement (an accidental stand-alone string). (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosperate authored Nov 11, 2023
1 parent ce27a75 commit a2d9e09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/list_test_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ def create_test_packages_list(
all_packages.append(f"{package_name}=={package_version}")

with platform_package_list_path.open("w") as package_list_fh:
"scripts/list_test_packages.py",
for package in sorted(all_packages):
print(package, file=package_list_fh)

Expand Down

0 comments on commit a2d9e09

Please sign in to comment.