]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/bostonglobe.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / yt_dlp / extractor / bostonglobe.py
index 92f8ea2cb47c47defbfafe369b6a5b6785dfa4fa..267586687258ca3e7c55e1e3eff37c6141fe612d 100644 (file)
@@ -1,7 +1,6 @@
 import re
 
 from .common import InfoExtractor
-
 from ..utils import (
     extract_attributes,
 )