Skip to content

Commit

Permalink
Update src/posit/connect/resources.py
Browse files Browse the repository at this point in the history
Co-authored-by: Barret Schloerke <[email protected]>
  • Loading branch information
tdstein and schloerke authored Dec 13, 2024
1 parent cf9be78 commit 1fe8fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/posit/connect/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


class Resource(dict):
def __init__(self, /, ctx: Context, **kwargs):
def __init__(self, ctx: Context, /, **kwargs):
super().__init__(**kwargs)
self._ctx = ctx

Expand Down

0 comments on commit 1fe8fda

Please sign in to comment.