Skip to content

Commit a92f024

Browse files
committed
Update content.py
1 parent a0fd651 commit a92f024

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/posit/connect/content.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class ContentItemRepository(ApiDictEndpoint):
5757
"""
5858

5959
class _Attrs(TypedDict, total=False):
60-
repository: NotRequired[str]
60+
repository: str
6161
"""URL for the repository."""
6262
branch: NotRequired[str]
6363
"""The tracked Git branch."""
@@ -216,8 +216,6 @@ def create_repository(
216216
Directory containing the content. Default is '.'.
217217
polling : bool, optional
218218
Indicates that the Git repository is regularly polled. Default is False.
219-
**attributes : Any
220-
Additional attributes.
221219
222220
Returns
223221
-------

0 commit comments

Comments
 (0)