aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/nebula.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2022-06-24 16:36:16 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2022-06-25 00:08:58 +0530
commit54007a45f11ed730352324289b714baefd2901eb (patch)
treebbaf83c77c3f81c5ca92d64a0679913fbcb365db /yt_dlp/extractor/nebula.py
parentac668111128b5f124b4271b3aa4c35f6e71a4749 (diff)
downloadhypervideo-pre-54007a45f11ed730352324289b714baefd2901eb.tar.lz
hypervideo-pre-54007a45f11ed730352324289b714baefd2901eb.tar.xz
hypervideo-pre-54007a45f11ed730352324289b714baefd2901eb.zip
[cleanup] Consistent style for file heads
Diffstat (limited to 'yt_dlp/extractor/nebula.py')
-rw-r--r--yt_dlp/extractor/nebula.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/nebula.py b/yt_dlp/extractor/nebula.py
index 9478f3aa3..7057b8b26 100644
--- a/yt_dlp/extractor/nebula.py
+++ b/yt_dlp/extractor/nebula.py
@@ -1,8 +1,8 @@
import itertools
import json
import time
-import urllib.parse
import urllib.error
+import urllib.parse
from .common import InfoExtractor
from ..utils import ExtractorError, parse_iso8601, try_get