Skip to content

Commit

Permalink
Fix flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Apr 5, 2023
1 parent 12c681a commit 7c4d16f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gcn/voeventclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ def _form_response(role, origin, response, timestamp):


def _ingest_packet(sock, ivorn, handler, log):
"""Ingest one VOEvent Transport Protocol packet and act on it, first sending
the appropriate response and then calling the handler if the payload is a
VOEvent."""
"""Ingest one VOEvent Transport Protocol packet and act on it, first
sending the appropriate response and then calling the handler if the
payload is a VOEvent."""
# Receive payload
payload = _recv_packet(sock)
log.debug("received packet of %d bytes", len(payload))
Expand Down

0 comments on commit 7c4d16f

Please sign in to comment.