Skip to content

Commit

Permalink
flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Dec 14, 2016
1 parent 39410f2 commit a08e482
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions amqp/transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from __future__ import absolute_import, unicode_literals

import errno
import math
import re
import struct
import socket
Expand Down Expand Up @@ -83,7 +82,6 @@ class SSLError(Exception): # noqa
})



def to_host_port(host, default=AMQP_PORT):
"""Convert hostname:port string to host, port tuple."""
port = default
Expand Down

0 comments on commit a08e482

Please sign in to comment.