removed time dependency
This commit is contained in:
parent
3577d7e0a1
commit
bf65a73eb1
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue