Explorar o código

[vevo] remove unused import

Philipp Hagemeister %!s(int64=12) %!d(string=hai) anos
pai
achega
9b0756f8f2
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      youtube_dl/extractor/vevo.py

+ 0 - 1
youtube_dl/extractor/vevo.py

@@ -3,7 +3,6 @@ import json
 
 from .common import InfoExtractor
 from ..utils import (
-    unified_strdate,
     ExtractorError,
 )