Skip to content

Commit

Permalink
fix: imports and docstrintgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-RA-King committed Oct 30, 2022
1 parent 5b44481 commit c87c3b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pynball/pynball.py
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,10 @@ def mvproject(ctx: Any, old_name: str, new_name: str) -> None:
Args:
old_name: The existing project to rename.
new_name: The new project name.
\f
ctx: The click context - Implementation detail that enables this
command to call another click command.
(click says this is quite naughty. But I still did it anyway)
"""

project_root = _PROJECT_HOME / old_name
Expand Down

0 comments on commit c87c3b8

Please sign in to comment.