Wokia-Dev / EzFractal

Continuation line with same indent as next logical line FLK-E125
Style
Minor
a year agoa year old
continuation line with same indent as next logical line
478
479
480def transform_image(image: pygame.Surface, angle: float = 0, zoom: float = 1.0) -> Union[
481    pygame.Surface, pygame.surface.Surface]:482    """Transforms an image with a rotation and/or zoom to give a new image"""
483    return pygame.transform.rotozoom(image, angle, zoom)
484
continuation line with same indent as next logical line
478
479
480def transform_image(image: pygame.Surface, angle: float = 0, zoom: float = 1.0) -> Union[
481    pygame.Surface, pygame.surface.Surface]:482    """Transforms an image with a rotation and/or zoom to give a new image"""
483    return pygame.transform.rotozoom(image, angle, zoom)
484