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 16, 2024
1 parent 8eb0486 commit db9af30
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 @@ -70,7 +70,7 @@ def __init__(self, ctx: Context, path: str, /, **attributes):


class Resource(Protocol):
def __getitem__(self, key: Hashable) -> Any: ...
def __getitem__(self, key: Hashable, /) -> Any: ...


class _Resource(dict, Resource):
Expand Down

0 comments on commit db9af30

Please sign in to comment.