Skip to content

Commit

Permalink
Fix docs linting in eda file
Browse files Browse the repository at this point in the history
  • Loading branch information
adambaumeister committed Feb 15, 2024
1 parent 7f988da commit 56269a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extensions/eda/plugins/event_source/logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
port: 5000
type: decryption
"""

# Copyright 2023 Palo Alto Networks, Inc
Expand Down Expand Up @@ -59,6 +60,7 @@ async def status() -> web.Response:
Returns
-------
A web.Response object with status 200 and the text "up" returned by the function.
"""
return web.Response(status=200, text="up")

Expand All @@ -78,6 +80,7 @@ async def webhook(request: web.Request) -> web.Response:
Returns
-------
A web.Response object with status 200 and the status.
"""
try:
payload = await request.json()
Expand Down

0 comments on commit 56269a1

Please sign in to comment.