Skip to content

Commit 2f5329d

Browse files
committed
Make whitespace changes to placate black linter
These changes get rid of errors from our black pre-commit linter.
1 parent 58b293b commit 2f5329d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

project_setup/scripts/skeleton

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,12 @@ def clone_repo(parent_repo, new_repo, org, dir=None):
8989
"Commit staged files to the new repository.",
9090
)
9191
print("―" * 80)
92-
print(
93-
f"""
92+
print(f"""
9493
The repository "{parent_repo}" has been cloned and renamed to "{new_repo}".
9594
Use the following commands to push the new repository to github:
9695
cd {os.path.join(dir, new_repo) if dir else new_repo}
9796
git push --set-upstream origin develop
98-
"""
99-
)
97+
""")
10098

10199

102100
def main():

0 commit comments

Comments
 (0)