obfuscatedgenerated / quizlet-api

Unassigned string statement PYL-W0105
Anti-pattern
Minor
a year agoa year old
String statement has no effect
55
56        return urlparse.urlunparse(url_fragments)
57
58    """Builds a URL for a full Quizlet set.59
60    Parameters:
61        id (int): The ID of the set to build a URL for.
String statement has no effect
 98    return random.choice(USER_AGENTS)
 99
100
101"""Generic get method without any headers102
103Parameters:
104    url (str): The url to get