Skip to content

Commit

Permalink
update imports from harvest.api
Browse files Browse the repository at this point in the history
Signed-off-by: Jayati Shrivastava <gaurijove@gmail.com>
  • Loading branch information
victorphoenix3 committed Apr 3, 2022
1 parent cbe7dd6 commit bcbbc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saskatoon/harvest/serializers.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit bcbbc07

Please sign in to comment.