Skip to content

Commit

Permalink
Merge pull request #274 from hotosm/actions/black
Browse files Browse the repository at this point in the history
Format Python code with psf/black push
  • Loading branch information
kshitijrajsharma authored Aug 30, 2024
2 parents 8ab7160 + bbb3f92 commit 7d44ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_API.py
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ def test_snapshot_and_filter_with_usermetadata():
},
},
},
headers=headers
headers=headers,
)
assert response.status_code == 200
res = response.json()
Expand Down

0 comments on commit 7d44ca6

Please sign in to comment.