Skip to content

Commit aa8a99d

Browse files
committed
fix typing
1 parent 819f1ce commit aa8a99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patchwork/steps/CreatePR/CreatePR.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def create_pr(
149149
base_branch_name: str,
150150
target_branch_name: str,
151151
scm_client: ScmPlatformClientProtocol,
152-
issue_url: str = None,
152+
issue_url: str | None = None,
153153
force: bool = False,
154154
):
155155
prs = scm_client.find_prs(repo_slug, original_branch=base_branch_name, feature_branch=target_branch_name)

0 commit comments

Comments
 (0)