summaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/damtomo.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/damtomo.py')
-rw-r--r--yt_dlp/extractor/damtomo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/damtomo.py b/yt_dlp/extractor/damtomo.py
index 5e14d6a..2e0f6f0 100644
--- a/yt_dlp/extractor/damtomo.py
+++ b/yt_dlp/extractor/damtomo.py
@@ -1,8 +1,8 @@
import re
from .common import InfoExtractor
-from ..utils import ExtractorError, clean_html, int_or_none, try_get, unified_strdate
from ..compat import compat_str
+from ..utils import ExtractorError, clean_html, int_or_none, try_get, unified_strdate
class DamtomoBaseIE(InfoExtractor):