Skip to content

Commit

Permalink
lint: appease one linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Miller committed Dec 14, 2023
1 parent f8088a7 commit 29c1935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def find_templates():
author_email="manny@packet.com, mason@packet.com",
url="https://github.com/packethost/packet-networking/",
packages=find_packages(),
install_requires=["click", "jinja2", "requests",],
install_requires=["click", "jinja2", "requests"],
package_data={"packetnetworking": find_templates()},
extras_require={"test": test_reqs},
tests_require=test_reqs,
Expand Down

0 comments on commit 29c1935

Please sign in to comment.