Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 377d27c

Browse files
webknjazMariatta
andauthored
Update cherry_picker/cherry_picker/cherry_picker.py
Co-Authored-By: Mariatta <[email protected]>
1 parent 36f0732 commit 377d27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cherry_picker/cherry_picker/cherry_picker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from . import __version__
1818

1919
CREATE_PR_URL_TEMPLATE = (
20-
"https://api.github.com/repos/" "{config[team]}/{config[repo]}/pulls"
20+
"https://api.github.com/repos/{config[team]}/{config[repo]}/pulls"
2121
)
2222
DEFAULT_CONFIG = collections.ChainMap(
2323
{

0 commit comments

Comments
 (0)