소스 검색

[utils] PEP 8

Sergey M․ 9 년 전
부모
커밋
2f7ae819ac
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      youtube_dl/utils.py

+ 1 - 0
youtube_dl/utils.py

@@ -1393,6 +1393,7 @@ def parse_count(s):
 
     return lookup_unit_table(_UNIT_TABLE, s)
 
+
 def month_by_name(name):
     """ Return the number of a month by (locale-independently) English name """