From 7c4d16f7b4efda86fc5955d8dd6d1a9e91ca2eb6 Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Wed, 5 Apr 2023 09:59:50 -0400 Subject: [PATCH] Fix flake8 error --- gcn/voeventclient.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcn/voeventclient.py b/gcn/voeventclient.py index 0e42b5b..33d2753 100644 --- a/gcn/voeventclient.py +++ b/gcn/voeventclient.py @@ -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))