mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-19 14:08:47 -04:00
Run auto-correct on app/ and tests/
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
import datetime
|
||||
|
||||
import pytest
|
||||
from flask import json, url_for
|
||||
|
||||
from app.utils import DATETIME_FORMAT
|
||||
from tests import create_authorization_header
|
||||
from tests.app.db import (
|
||||
create_notification,
|
||||
create_template,
|
||||
)
|
||||
from tests.app.db import create_notification, create_template
|
||||
|
||||
|
||||
@pytest.mark.parametrize('billable_units, provider', [
|
||||
|
||||
Reference in New Issue
Block a user