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

@@ -2,10 +2,7 @@ import pytest
import requests
import requests_mock
from app.clients.document_download import (
DocumentDownloadClient,
DocumentDownloadError,
)
from app.clients.document_download import DocumentDownloadClient, DocumentDownloadError
@pytest.fixture(scope="function")