mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Merge StatsCodeFrequency type stub back to source (#2638)
Co-authored-by: Enrico Minack <github@enrico.minack.dev>
This commit is contained in:
@@ -324,7 +324,7 @@ class GithubObject:
|
||||
def _initAttributes(self) -> None:
|
||||
raise NotImplementedError("BUG: Not Implemented _initAttributes")
|
||||
|
||||
def _useAttributes(self, attributes: Dict[str, Any]) -> None:
|
||||
def _useAttributes(self, attributes: Any) -> None:
|
||||
raise NotImplementedError("BUG: Not Implemented _useAttributes")
|
||||
|
||||
def _completeIfNeeded(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user