mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
Add missing imports
This commit is contained in:
parent
c85dd553dc
commit
0fa5c9ef97
@ -1,9 +1,11 @@
|
|||||||
import os
|
import os
|
||||||
|
from pathlib import Path
|
||||||
from common.logger import log
|
from common.logger import log
|
||||||
from common.errors import (
|
from common.errors import (
|
||||||
NoMetadataException,
|
NoMetadataException,
|
||||||
)
|
)
|
||||||
from django.utils import timezone
|
from django.utils import timezone
|
||||||
|
from django.utils.translation import gettext_lazy as _
|
||||||
from ..choices import Val, SourceResolution
|
from ..choices import Val, SourceResolution
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user