Skip to content

Commit dd74d60

Browse files
committed
fix method signature
1 parent f1d6f42 commit dd74d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/posit/connect/jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def __init__(self, ctx: Context, path: str, pathinfo: str = "jobs", uid: str = "
143143
"""
144144
super().__init__(ctx, path, pathinfo, uid)
145145

146-
def _create_instance(self, path: str, pathinfo: str, **kwargs: Any) -> Job:
146+
def _create_instance(self, path: str, pathinfo: str, /, **kwargs: Any) -> Job:
147147
"""Creates a Job instance.
148148
149149
Parameters

0 commit comments

Comments
 (0)