From cbc5e9914037647f5ab8e1a12ed28ebaed51b3f1 Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Tue, 28 Jun 2022 22:13:48 -0700 Subject: [PATCH] Island: Add TODO to fix comment in Config model --- monkey/monkey_island/cc/models/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/monkey/monkey_island/cc/models/config.py b/monkey/monkey_island/cc/models/config.py index febc3e239..7e8e4a354 100644 --- a/monkey/monkey_island/cc/models/config.py +++ b/monkey/monkey_island/cc/models/config.py @@ -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.