forked from p15670423/monkey
Island: Add TODO to fix comment in Config model
This commit is contained in:
parent
4eb7472977
commit
cbc5e99140
|
@ -5,6 +5,7 @@ class Config(EmbeddedDocument):
|
|||
|
||||
COLLECTION_NAME = "config"
|
||||
|
||||
# TODO: Fix this comment
|
||||
"""
|
||||
No need to define this schema here. It will change often and is already is defined in
|
||||
monkey_island.cc.services.config_schema.
|
||||
|
|
Loading…
Reference in New Issue