瀏覽代碼

[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 """