From bbb3f925394cbe6e03a7d5842efbe88af28a072c Mon Sep 17 00:00:00 2001 From: kshitijrajsharma Date: Fri, 30 Aug 2024 11:24:26 +0000 Subject: [PATCH] :art: Format Python code with psf/black --- tests/test_API.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_API.py b/tests/test_API.py index 64146a9a..5651dffa 100644 --- a/tests/test_API.py +++ b/tests/test_API.py @@ -715,7 +715,7 @@ def test_snapshot_and_filter_with_usermetadata(): }, }, }, - headers=headers + headers=headers, ) assert response.status_code == 200 res = response.json()