Skip to content

Commit 2ae6039

Browse files
committed
Fixup ruff error
1 parent 078d483 commit 2ae6039

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugboard/state/sqlite_queries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147

148148
GET_PROCESS_STATUS_FOR_COMPONENT: str = dedent(
149149
"""\
150-
SELECT json_extract(p.data, '$.status') AS status
150+
SELECT json_extract(p.data, '$.status') AS status
151151
FROM process p
152152
JOIN process_component pc ON p.id = pc.process_id
153153
WHERE pc.component_id = ?;

0 commit comments

Comments
 (0)