Fix import in unit test

This commit is contained in:
Raphael Michel
2017-07-02 17:36:38 +02:00
parent 5abe8a109c
commit 970b861947
+1 -1
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