Skip to content

Commit 6cb7a0a

Browse files
linter changes
1 parent 385df9e commit 6cb7a0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/fork_clone.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
parser.add_argument('owner', type=str, help='Repository owner')
1212
parser.add_argument('repo', type=str, help='Repository name')
1313
# parser.add_argument('token', type=str, help='GitHub API token')
14-
parser.add_argument('name',type=str, help='Enter name for forked repo')
14+
parser.add_argument('name', type=str, help='Enter name for forked repo')
1515
args = parser.parse_args()
1616

1717
# Get the command-line arguments
@@ -66,4 +66,4 @@
6666
print("Thank you!")
6767
except NameError:
6868
print("Error cloning")
69-
# Forked and cloned successfully
69+
# Forked and cloned successfully

0 commit comments

Comments
 (0)