From bcbbc07148ae292d399af65c2efa3d2ded4d5ca5 Mon Sep 17 00:00:00 2001 From: Jayati Shrivastava Date: Sat, 26 Mar 2022 10:55:30 +0530 Subject: [PATCH] update imports from harvest.api Signed-off-by: Jayati Shrivastava --- saskatoon/harvest/serializers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saskatoon/harvest/serializers.py b/saskatoon/harvest/serializers.py index 13a6c3cdc..49fb399c9 100644 --- a/saskatoon/harvest/serializers.py +++ b/saskatoon/harvest/serializers.py @@ -1,5 +1,5 @@ from rest_framework import serializers -from .models import Harvest, Property, Equipment, EquipmentType, RequestForParticipation +from harvest.models import Harvest, Property, Equipment, EquipmentType, RequestForParticipation from member.models import Actor, Neighborhood, AuthUser, Person, Organization, City, State, Country from django.core.serializers import serialize import json