Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.

Commit

Permalink
keep all python versions happy
Browse files Browse the repository at this point in the history
  • Loading branch information
moh-moola committed Jul 19, 2018
1 parent d0a2c55 commit 728f9b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion molo/surveys/models.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import json
import datetime
from urllib import urlencode

from django.conf import settings
from django.utils.http import urlencode
from django.core.exceptions import ValidationError
from django.core.paginator import EmptyPage, PageNotAnInteger
from django.core.serializers.json import DjangoJSONEncoder
Expand Down

0 comments on commit 728f9b3

Please sign in to comment.