mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-23 17:01:35 -05:00
Run auto-correct on app/ and tests/
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
import pytest
|
||||
import requests
|
||||
import requests_mock
|
||||
import pytest
|
||||
|
||||
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