Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 9, 2024
1 parent 46cdbeb commit 8954f94
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,11 +658,11 @@ async def modify_operations(operations: List[dict], tenant_id: str) -> Tuple[boo
tenant_id=tenant_id,
)
elif isinstance(arg.value, VariableNode):
operation["variables"][
arg.value.name.value
] = await add_id_argument_to_where_variable(
operation["variables"][arg.value.name.value],
tenant_id=tenant_id,
operation["variables"][arg.value.name.value] = (
await add_id_argument_to_where_variable(
operation["variables"][arg.value.name.value],
tenant_id=tenant_id,
)
)
else:
print(f"arg.value is {type(arg.value)}")
Expand Down

0 comments on commit 8954f94

Please sign in to comment.