lint
This commit is contained in:
parent
6f0e40cd99
commit
461d5ddcb6
1 changed files with 0 additions and 2 deletions
|
|
@ -6,7 +6,6 @@ from yt_dlp.utils import sanitize_filename
|
||||||
from ytdl_sub.script.functions import Functions
|
from ytdl_sub.script.functions import Functions
|
||||||
from ytdl_sub.script.types.map import Map
|
from ytdl_sub.script.types.map import Map
|
||||||
from ytdl_sub.script.types.resolvable import AnyArgument
|
from ytdl_sub.script.types.resolvable import AnyArgument
|
||||||
from ytdl_sub.script.types.resolvable import Boolean
|
|
||||||
from ytdl_sub.script.types.resolvable import Integer
|
from ytdl_sub.script.types.resolvable import Integer
|
||||||
from ytdl_sub.script.types.resolvable import ReturnableArgument
|
from ytdl_sub.script.types.resolvable import ReturnableArgument
|
||||||
from ytdl_sub.script.types.resolvable import String
|
from ytdl_sub.script.types.resolvable import String
|
||||||
|
|
@ -22,7 +21,6 @@ _days_in_month = [0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]
|
||||||
|
|
||||||
|
|
||||||
class CustomFunctions:
|
class CustomFunctions:
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def legacy_bracket_safety(value: ReturnableArgument) -> ReturnableArgument:
|
def legacy_bracket_safety(value: ReturnableArgument) -> ReturnableArgument:
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue