We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f0732 commit 377d27cCopy full SHA for 377d27c
cherry_picker/cherry_picker/cherry_picker.py
@@ -17,7 +17,7 @@
17
from . import __version__
18
19
CREATE_PR_URL_TEMPLATE = (
20
- "https://api.github.com/repos/" "{config[team]}/{config[repo]}/pulls"
+ "https://api.github.com/repos/{config[team]}/{config[repo]}/pulls"
21
)
22
DEFAULT_CONFIG = collections.ChainMap(
23
{
0 commit comments