Uncooldevs / mc-server-manager-api

Doc line too long FLK-W505
Style
Minor
2 years ago2 years old
doc line too long (132 > 88 characters)
314})
315async def upload_world(sid: str, in_file: UploadFile = File(...)):
316    """
317    This takes an uploaded zip file with a single directory, which contains the world and returns a unique id of the uploaded world.318    Save the id and use it when creating a new server (Not implemented)
319    """
320    if not in_file.filename.endswith(".zip"):