Format code
This commit is contained in:
@ -15,11 +15,11 @@ from discord_embed import settings
|
||||
|
||||
|
||||
def generate_html_for_videos(
|
||||
url: str,
|
||||
width: int,
|
||||
height: int,
|
||||
screenshot: str,
|
||||
filename: str,
|
||||
url: str,
|
||||
width: int,
|
||||
height: int,
|
||||
screenshot: str,
|
||||
filename: str,
|
||||
) -> str:
|
||||
"""Generate HTML for video files.
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
"""Read settings from environment variables."""
|
||||
import os
|
||||
import pathlib
|
||||
import sys
|
||||
|
||||
import sys
|
||||
from dotenv import load_dotenv
|
||||
|
||||
DESCRIPTION = (
|
||||
|
@ -1,7 +1,6 @@
|
||||
"""Stuff that has to do with videos."""
|
||||
import sys
|
||||
|
||||
import ffmpeg
|
||||
import sys
|
||||
|
||||
from discord_embed import settings
|
||||
|
||||
|
Reference in New Issue
Block a user