Some more LGTM fixes
This commit is contained in:
parent
35eea8e31c
commit
b9206ed7be
@ -7,7 +7,6 @@ Create Date: 2020-01-22 15:54:03.186751
|
||||
"""
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
||||
from sqlalchemy.dialects import postgresql
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = "26319c44a8d5" # pragma: allowlist secret
|
||||
|
@ -1,4 +1,3 @@
|
||||
import pytest
|
||||
from unittest.mock import Mock
|
||||
|
||||
from uuid import uuid4
|
||||
|
@ -3,7 +3,6 @@ import re
|
||||
|
||||
from tests.factories import (
|
||||
PortfolioStateMachineFactory,
|
||||
TaskOrderFactory,
|
||||
CLINFactory,
|
||||
)
|
||||
|
||||
@ -15,6 +14,7 @@ from atst.domain.csp import get_stage_csp_class
|
||||
|
||||
@pytest.fixture(scope="function")
|
||||
def portfolio():
|
||||
# TODO: setup clin/to as active/funded/ready
|
||||
portfolio = CLINFactory.create().task_order.portfolio
|
||||
return portfolio
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user