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 8eb0486 commit db9af30Copy full SHA for db9af30
src/posit/connect/resources.py
@@ -70,7 +70,7 @@ def __init__(self, ctx: Context, path: str, /, **attributes):
70
71
72
class Resource(Protocol):
73
- def __getitem__(self, key: Hashable) -> Any: ...
+ def __getitem__(self, key: Hashable, /) -> Any: ...
74
75
76
class _Resource(dict, Resource):
0 commit comments