aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/pr0gramm.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/pr0gramm.py')
-rw-r--r--yt_dlp/extractor/pr0gramm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/pr0gramm.py b/yt_dlp/extractor/pr0gramm.py
index f2c4e12e6..b0d6475fe 100644
--- a/yt_dlp/extractor/pr0gramm.py
+++ b/yt_dlp/extractor/pr0gramm.py
@@ -1,9 +1,9 @@
import datetime as dt
+import functools
import json
import urllib.parse
from .common import InfoExtractor
-from ..compat import functools
from ..utils import (
ExtractorError,
float_or_none,