Added import for sources back in, ruff autodeleted them
This commit is contained in:
parent
0b438efbf5
commit
4322a68a82
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ from typing import Any
|
|||
|
||||
from .source import available_sources as available_sources
|
||||
from .source import Source as Source
|
||||
from .youtube import YoutubeSource # noqa: F401
|
||||
from .s3 import S3Source # noqa: F401
|
||||
from .files import FilesSource # noqa: F401
|
||||
|
||||
|
||||
def configure_sources(configs: dict[str, Any]) -> dict[str, Source]:
|
||||
|
|
Loading…
Add table
Reference in a new issue