🎨 Run linter

This commit is contained in:
2024-05-17 11:26:45 +02:00
parent b26d99ef0e
commit 4fa347242b
6 changed files with 11 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ class BaseStockImageEngine(BaseEngine):
"""
@abstractmethod
def get(self, query: str, start: float, end: float, i = "") -> mp.ImageClip:
def get(self, query: str, start: float, end: float, i="") -> mp.ImageClip:
"""
Get a stock image based on a query.