removed time dependency

This commit is contained in:
Aleksandr Bochev 2018-07-10 18:36:38 +02:00
parent 3577d7e0a1
commit bf65a73eb1

View file

@ -1,6 +1,5 @@
"""Unit test to test app.""" """Unit test to test app."""
import os import os
import time
from unittest import TestCase from unittest import TestCase
import mock import mock