Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ford-at-aws committed Feb 7, 2024
1 parent db162f3 commit 92c122b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,5 @@ def _wait_for_query_results(self, query_id):
"Unknown",
]:
return results.get("results", [])

# snippet-end:[python.example_code.cloudwatch_logs.get_query_results]
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,12 @@ def convert_dates_to_iso1806(self, start_date, end_date):
)
return start_date_iso1806, end_date_iso1806

def execute_query(self, start_date_iso1806, end_date_iso1806, log_group="/workflows/cloudwatch-logs/large-query"):
def execute_query(
self,
start_date_iso1806,
end_date_iso1806,
log_group="/workflows/cloudwatch-logs/large-query",
):
"""
Creates a CloudWatchQuery instance and executes the query with provided date range.
Expand Down

0 comments on commit 92c122b

Please sign in to comment.