mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Add Webhook Deliveries (#2508)
Co-authored-by: Enrico Minack <github@enrico.minack.dev>
This commit is contained in:
co-authored by
Enrico Minack
parent
804c3107c8
commit
517ad33654
@@ -211,7 +211,7 @@ class GithubObject:
|
||||
return GithubObject.__makeSimpleAttribute(value, int)
|
||||
|
||||
@staticmethod
|
||||
def _makeFloatAttribute(value):
|
||||
def _makeFloatAttribute(value: Optional[float]) -> Attribute[float]:
|
||||
return GithubObject.__makeSimpleAttribute(value, float)
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user