7

run latest black

This commit is contained in:
nick.moreton
2022-06-30 07:28:09 +01:00
parent 7eaac70154
commit aa54d31ee5
68 changed files with 2151 additions and 1147 deletions

View File

@ -3,5 +3,5 @@ import pytest
@pytest.mark.django_db
def test_request_device_segment_no_match(client, site):
response = client.get('/regular/')
response = client.get("/regular/")
assert response.status_code == 200