Merge Code* type stub back to source (#2615)

Co-authored-by: Enrico Minack <github@enrico.minack.dev>
This commit is contained in:
Trim21
2023-07-18 16:37:39 +02:00
committed by GitHub
co-authored by Enrico Minack
parent 0779bf33c6
commit 80ae3f398b
11 changed files with 104 additions and 428 deletions
+1 -1
View File
@@ -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