Update api spec (#98)
* YOYO NEW API SPEC! * fixups Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * I have generated the latest API! --------- Signed-off-by: Jess Frazelle <github@jessfraz.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@ -164,7 +164,7 @@ class ApiCallWithPrice:
|
||||
if isinstance(_method, Unset):
|
||||
method = UNSET
|
||||
else:
|
||||
method = Method(_method)
|
||||
method = _method # type: ignore[arg-type]
|
||||
|
||||
minutes = d.pop("minutes", UNSET)
|
||||
|
||||
|
Reference in New Issue
Block a user