Skip to content

Commit 33a9daf

Browse files
davidweteringsmvantellingen
authored andcommitted
chore: reformat + fix wrong format check command black
1 parent 2daefe7 commit 33a9daf

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

tests/test_errors.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,7 @@ def test_extension_no_response_error():
2424

2525
def test_query_timeout_error():
2626
error_response = {
27-
"errors": [
28-
{
29-
"code": "QueryTimedOut",
30-
"message": "The query timed out."
31-
}
32-
],
27+
"errors": [{"code": "QueryTimedOut", "message": "The query timed out."}],
3328
"message": "The query timed out.",
3429
"statusCode": 400,
3530
}

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ deps =
2828
skip_install = true
2929
commands =
3030
isort --check-only src tests
31-
black --check src/ tests/
31+
black --check --fast src/ tests/

0 commit comments

Comments
 (0)