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:
		@ -4,7 +4,7 @@ import attr
 | 
			
		||||
 | 
			
		||||
from ..types import UNSET, Unset
 | 
			
		||||
 | 
			
		||||
S = TypeVar("S", bound="PointEMetadata")
 | 
			
		||||
Z = TypeVar("Z", bound="PointEMetadata")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@attr.s(auto_attribs=True)
 | 
			
		||||
@ -29,7 +29,7 @@ class PointEMetadata:
 | 
			
		||||
        return field_dict
 | 
			
		||||
 | 
			
		||||
    @classmethod
 | 
			
		||||
    def from_dict(cls: Type[S], src_dict: Dict[str, Any]) -> S:
 | 
			
		||||
    def from_dict(cls: Type[Z], src_dict: Dict[str, Any]) -> Z:
 | 
			
		||||
        d = src_dict.copy()
 | 
			
		||||
        ok = d.pop("ok", UNSET)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user