def __attrs_post_init__()

in usort/types.py [0:0]


    def __attrs_post_init__(self) -> None:
        if self.error:
            exc_type, exc, tb = sys.exc_info()
            if exc_type is not None:
                self.trace = "".join(traceback.format_exception(exc_type, exc, tb))