andrewtryder / python-craiyon-api

Doc line too long FLK-W505
Style
Minor
a year agoa year old
doc line too long (114 > 88 characters)
 12    CraiyonAPI is a client for the Craiyon AI art generation and search APIs.
 13
 14    Attributes:
 15        Model: A class that contains constants for the available models, such as Art, Drawing, Photo, or NoneType. 16
 17    Methods:
 18        __init__: Initializes a new instance of the CraiyonAPI class.
doc line too long (97 > 88 characters)
 93            text (str): The text to search for.
 94
 95        Returns:
 96            List[Tuple[str, str]]: A list of tuples containing the image URL and its description. 97        """
 98        payload = {
 99            "text": text,