Skip to content

Commit 2b357b3

Browse files
tdsteinschloerke
andcommitted
Update src/posit/connect/resources.py
Co-authored-by: Barret Schloerke <[email protected]>
1 parent 9078bbf commit 2b357b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/posit/connect/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
class Resource(dict):
21-
def __init__(self, /, ctx: Context, **kwargs):
21+
def __init__(self, ctx: Context, /, **kwargs):
2222
super().__init__(**kwargs)
2323
self._ctx = ctx
2424

0 commit comments

Comments
 (0)