Skip to content

Commit 77f8a38

Browse files
committed
remove unecessary arg
1 parent 03accf8 commit 77f8a38

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
@@ -301,5 +301,5 @@ def __init__(self, ctx, path, /, **kwargs):
301301
**attributes : dict
302302
Resource attributes passed
303303
"""
304-
super().__init__(ctx, path, "", **kwargs)
304+
super().__init__(ctx, path, **kwargs)
305305
self.jobs = Jobs(ctx, self._path)

0 commit comments

Comments
 (0)