Skip to content

Commit 70cbb5e

Browse files
committed
chore: lint
1 parent bfe87d6 commit 70cbb5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api_tabular/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,8 @@ def swagger_parameters(resource_columns: dict, resource_id: str) -> list:
299299
),
300300
"required": False,
301301
"schema": {"type": "string"},
302-
} | (
302+
}
303+
| (
303304
# aggregators don't need a value
304305
{
305306
"schema": {"type": "boolean", "default": False},

0 commit comments

Comments
 (0)