diff --git a/backend/grant/proposal/views.py b/backend/grant/proposal/views.py index 1d57755a..8996d083 100644 --- a/backend/grant/proposal/views.py +++ b/backend/grant/proposal/views.py @@ -10,7 +10,7 @@ from grant.milestone.models import Milestone from grant.user.models import User, SocialMedia, Avatar from grant.utils.auth import requires_sm, requires_team_member_auth from grant.utils.exceptions import ValidationException -from grant.web3.proposal import read_proposal, validate_contribution_tx +from grant.web3.proposal import read_proposal from .models import( Proposal, proposals_schema,