Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Nov 20, 2017
1 parent da6a75e commit 9895fd2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions casepro/msgs/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@
SmartCSVImportView)
from smartmin.csv_imports.models import ImportTask
from temba_client.utils import parse_iso8601
from django.utils import timezone

from casepro.rules.mixins import RuleFormMixin
from casepro.statistics.models import DailyCount
from casepro.utils import parse_csv, str_to_bool, JSONEncoder, json_encode, month_range
from casepro.utils.export import BaseDownloadView


from .forms import LabelForm, FaqForm
from .models import Label, FAQ, Message, MessageExport, MessageFolder, Outgoing, OutgoingFolder, ReplyExport
from .tasks import message_export, reply_export
Expand Down

0 comments on commit 9895fd2

Please sign in to comment.