Fix import in unit test

This commit is contained in:
Raphael Michel
2017-07-02 17:36:12 +02:00
parent fcbecf895a
commit 6f24a2a88c

View File

@@ -1,8 +1,8 @@
import copy
import json
from datetime import datetime, timedelta
from unittest import mock
import mock
import pytest
from django.utils.timezone import now
from pytz import UTC