<https://github.com/samuelcolvin/pydantic/blob/master/pydantic/utils.py#L246>

def resolve_annotations(raw_annotations: Dict[str, AnyType],
module_name: Optional[str]) -> Dict[str, AnyType]:
        pass

After using https://black.now.sh/

def resolve_annotations(
    raw_annotations: Dict[str, AnyType],
    module_name: Optional[str],
) -> Dict[str, AnyType]:
    pass

-- 
Jonathan
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to