Update coding style after pycodestyle 2.1.0
[youtube-dl] / youtube_dl / socks.py
index 104807242bd3b0f35e0423faa096540be29d0a45..63d19b3a5214221afa71a6d43bde36a39c13cd4b 100644 (file)
@@ -103,6 +103,7 @@ class ProxyType(object):
     SOCKS4A = 1
     SOCKS5 = 2
 
+
 Proxy = collections.namedtuple('Proxy', (
     'type', 'host', 'port', 'username', 'password', 'remote_dns'))