mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 03:11:09 +00:00
Remove Repository.topics (#1505)
The topics attribute has been replaced by Repository.get_topics(). To reduce user confusion, delete the attribute. Fixes #1504
This commit is contained in:
@@ -495,8 +495,6 @@ class Repository(CompletableGithubObject):
|
||||
@property
|
||||
def teams_url(self) -> str: ...
|
||||
@property
|
||||
def topics(self) -> List[str]: ...
|
||||
@property
|
||||
def trees_url(self) -> str: ...
|
||||
def unsubscribe_from_hub(self, event: str, callback: str) -> None: ...
|
||||
def update_file(
|
||||
|
||||
Reference in New Issue
Block a user