Skip to content

Commit f4c6e21

Browse files
committed
Fix linting.
1 parent a74ab1a commit f4c6e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyderman/util/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def find_links(
2121
if version == "latest":
2222
version = downloader.get_redirect(
2323
make_releases_url(author, project, version)
24-
).split('/')[-1]
24+
).split("/")[-1]
2525
if not version.startswith(prefix):
2626
version = "{}{}".format(prefix, version)
2727
repo = make_asset_url(author, project, version)

0 commit comments

Comments
 (0)