summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-03-13 17:23:08 +0600
committerSergey M․ <dstftw@gmail.com>2016-03-13 17:23:08 +0600
commit2f7ae819ac844f4052dcd4ef031fdae01daff3b8 (patch)
tree18f9cff1dab0dde9db1346446b807812558c44af
parent0a477f873115a11dbaadae674c2aaabe15ec4249 (diff)
downloadyoutube-dl-2f7ae819ac844f4052dcd4ef031fdae01daff3b8.tar.gz
youtube-dl-2f7ae819ac844f4052dcd4ef031fdae01daff3b8.tar.xz
youtube-dl-2f7ae819ac844f4052dcd4ef031fdae01daff3b8.zip
[utils] PEP 8
-rw-r--r--youtube_dl/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py
index 1d6ee9964..9fd0ec8d5 100644
--- a/youtube_dl/utils.py
+++ b/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 """