[utils] PEP 8
authorSergey M․ <dstftw@gmail.com>
Sun, 13 Mar 2016 11:23:08 +0000 (17:23 +0600)
committerSergey M․ <dstftw@gmail.com>
Sun, 13 Mar 2016 11:23:08 +0000 (17:23 +0600)
youtube_dl/utils.py

index 1d6ee9964634df197090df0b6f4e9a0b788063dc..9fd0ec8d5856cbee27534c0f4a02cc90b05f8389 100644 (file)
@@ -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 """