Skip to content

Commit 1fe8fda

Browse files
tdsteinschloerke
andauthored
Update src/posit/connect/resources.py
Co-authored-by: Barret Schloerke <[email protected]>
1 parent cf9be78 commit 1fe8fda

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)