Deleted mongomock - not required.

This commit is contained in:
Shay Nehmad 2019-05-27 17:25:09 +03:00
parent 591b75c555
commit 729c0c50b9
2 changed files with 1 additions and 4 deletions

View File

@ -12,7 +12,7 @@ class MonkeyTtl(Document):
If you wish to use this class, you can create it using the create_ttl_expire_in(seconds) function.
If you wish to create an instance of this class directly, see the inner implementation of
create_ttl_expire_in(seconds) to see how to do so.
create_ttl_expire_in(seconds) to see how to do so.
"""
@staticmethod

View File

@ -2,9 +2,6 @@ import uuid
from time import sleep
from unittest import TestCase
# noinspection PyUnresolvedReferences
import mongomock
from monkey import Monkey
from monkey_island.cc.models.monkey import MonkeyNotFoundError
from monkey_ttl import MonkeyTtl