Skip to content

Commit

Permalink
fix check hail-is#3
Browse files Browse the repository at this point in the history
  • Loading branch information
wang committed Oct 22, 2020
1 parent ac40986 commit 6aaabb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batch/batch/front_end/front_end.py
Original file line number Diff line number Diff line change
Expand Up @@ -1480,7 +1480,7 @@ async def insert(tx):
VALUES (%s, %s);
''',
(billing_project, user))
await insert() # pylint: disable=no-value-for-parameter
await insert() # pylint: disable=no-value-for-parameter


@routes.post('/billing_projects/{billing_project}/users/add')
Expand Down

0 comments on commit 6aaabb5

Please sign in to comment.