mirror of
https://github.com/yt-dlp/ejs.git
synced 2026-06-13 00:32:11 +00:00
Add formatting/linting CI (#18)
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
from yt_dlp_ejs._version import version
|
||||
from yt_dlp_ejs import yt
|
||||
|
||||
__all__ = [
|
||||
"version",
|
||||
"yt"
|
||||
]
|
||||
__all__ = ["version"]
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
from . import solver
|
||||
|
||||
__all__ = ["solver"]
|
||||
@@ -2,6 +2,7 @@ import importlib.resources
|
||||
|
||||
import yt_dlp_ejs.yt.solver
|
||||
|
||||
|
||||
def core() -> str:
|
||||
"""
|
||||
Read the contents of the JavaScript core solver bundle as string.
|
||||
|
||||
Reference in New Issue
Block a user