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

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