Skip to content

Commit

Permalink
relative imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rloomans committed Jan 30, 2017
1 parent e9c6dfd commit 0737213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teamtemp/responses/serializers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from builtins import object
from rest_framework import serializers

from models import TeamResponseHistory, TeamTemperature, Teams, TemperatureResponse, User, WordCloudImage
from .models import TeamResponseHistory, TeamTemperature, Teams, TemperatureResponse, User, WordCloudImage


class UserSerializer(serializers.HyperlinkedModelSerializer):
Expand Down

0 comments on commit 0737213

Please sign in to comment.