Skip to content

Commit

Permalink
comment: remove unused str
Browse files Browse the repository at this point in the history
  • Loading branch information
aignas committed Aug 1, 2023
1 parent ea2aa26 commit d6a7707
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,6 @@ def _generate_entry_point_rule(*, name, script, pkg):
"""
return _ENTRY_POINT_RULE_TEMPLATE.format(
name = name,
src = str(script).replace("\\", "/"),
src = script.replace("\\", "/"),
pkg = pkg,
)

0 comments on commit d6a7707

Please sign in to comment.