mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
code review feedback, fix setup.cfg and reformat
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user