code review feedback, fix setup.cfg and reformat

This commit is contained in:
Kenneth Kehl
2023-08-25 08:10:33 -07:00
39 changed files with 224 additions and 296 deletions

View File

@@ -5,9 +5,7 @@ import pytest
from jsonschema import ValidationError
from app.schema_validation import validate
from app.service.service_callback_api_schema import (
update_service_callback_api_schema,
)
from app.service.service_callback_api_schema import update_service_callback_api_schema
def test_service_callback_api_schema_validates():