mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Merge Code* type stub back to source (#2615)
Co-authored-by: Enrico Minack <github@enrico.minack.dev>
This commit is contained in:
@@ -221,7 +221,7 @@ class GithubObject:
|
||||
return GithubObject.__makeSimpleAttribute(value, bool)
|
||||
|
||||
@staticmethod
|
||||
def _makeDictAttribute(value: Dict[str, Any]) -> Attribute[dict]:
|
||||
def _makeDictAttribute(value: Dict[str, Any]) -> Attribute[Dict[str, Any]]:
|
||||
return GithubObject.__makeSimpleAttribute(value, dict)
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user