Skip to content

Commit b795506

Browse files
committed
Apply ruff formatting
1 parent 08f3f3b commit b795506

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api/queries.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ def _map_changes_expr(alias: str = "st") -> str:
1111
{alias}.rels_created + {alias}.rels_modified + {alias}.rels_deleted
1212
"""
1313

14+
1415
_TAG_CTES = """,
1516
tag_agg AS (
1617
SELECT

0 commit comments

Comments
 (0)