summaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/tvanouvelles.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/tvanouvelles.py')
-rw-r--r--yt_dlp/extractor/tvanouvelles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/tvanouvelles.py b/yt_dlp/extractor/tvanouvelles.py
index b9f5e11..dbebda4 100644
--- a/yt_dlp/extractor/tvanouvelles.py
+++ b/yt_dlp/extractor/tvanouvelles.py
@@ -1,7 +1,7 @@
import re
-from .common import InfoExtractor
from .brightcove import BrightcoveNewIE
+from .common import InfoExtractor
class TVANouvellesIE(InfoExtractor):