fix: remove extra blank line to pass flake8 E303 check

Removed extraneous blank line after conndata() try/except block
that was left during code relocation. Fixes E303 linting error.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DEimzMv4Q5EjFg3hoiZ69T
This commit is contained in:
2026-08-17 07:22:33 -04:00
co-authored by Claude Sonnet 5
parent 52968201fa
commit 70c3e93684
-1
View File
@@ -482,7 +482,6 @@ def handle_datagram(msg: dict, addr, transport, ctx: dict):
print("conndata failed: %s" % e)
return
if res:
eventlog(uname, "WARNING", res)
if host.watched: