Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
loren committed Jan 16, 2025
1 parent 1f79893 commit 1f450d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_parse_schema_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ def test_parse_schema_tables_with_cte():
'summary', "name",
'startTime', "timestamp",
'attendees', (
SELECT json_agg(json_build_object('email', attendees.email, 'eventResponse', attendees.status)) AS formatted_attendees
SELECT json_agg(json_build_object('email', attendees.email, 'eventResponse', attendees.status))
AS formatted_attendees
FROM attendees
WHERE attendees."hostedEventId" = "HostedEvent".id
),
Expand Down

0 comments on commit 1f450d8

Please sign in to comment.