Remove module docstring

This commit is contained in:
2023-01-09 03:51:35 +01:00
parent 9fdd7699c1
commit e1ede66db5
7 changed files with 0 additions and 16 deletions

View File

@ -1,5 +1,3 @@
"""Our site has one POST endpoint for uploading videos and one GET
endpoint for getting the HTML. Images are served from a web server."""
from typing import Dict
from urllib.parse import urljoin