about summary refs log tree commit diff
path: root/youtube_dl/socks.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/socks.py')
-rw-r--r--youtube_dl/socks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/socks.py b/youtube_dl/socks.py
index 104807242..63d19b3a5 100644
--- a/youtube_dl/socks.py
+++ b/youtube_dl/socks.py
@@ -103,6 +103,7 @@ class ProxyType(object):
     SOCKS4A = 1
     SOCKS5 = 2
 
+
 Proxy = collections.namedtuple('Proxy', (
     'type', 'host', 'port', 'username', 'password', 'remote_dns'))