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 cf9be78 commit 1fe8fdaCopy full SHA for 1fe8fda
src/posit/connect/resources.py
@@ -18,7 +18,7 @@
18
19
20
class Resource(dict):
21
- def __init__(self, /, ctx: Context, **kwargs):
+ def __init__(self, ctx: Context, /, **kwargs):
22
super().__init__(**kwargs)
23
self._ctx = ctx
24
0 commit comments