Merge branch 'main' into avm99963-monorail
Merged commit cd4b3b336f1f14afa02990fdc2eec5d9467a827e
GitOrigin-RevId: e67bbf185d5538e1472bb42e0abb2a141f88bac1
diff --git a/features/hotlistcreate.py b/features/hotlistcreate.py
index 448697b..fa8946f 100644
--- a/features/hotlistcreate.py
+++ b/features/hotlistcreate.py
@@ -12,16 +12,14 @@
import time
import re
-from features import features_constants
from features import hotlist_helpers
from framework import exceptions
+from framework import flaskservlet
from framework import framework_bizobj
from framework import framework_helpers
from framework import permissions
from framework import servlet
-from framework import urls
from services import features_svc
-from proto import api_pb2_v1
_MSG_HOTLIST_NAME_NOT_AVAIL = 'You already have a hotlist with that name.'
@@ -115,3 +113,9 @@
mr, hotlist_helpers.GetURLOfHotlist(
mr.cnxn, hotlist, self.services.user),
include_project=False)
+
+ # def GetCreateHotlist(self, **kwargs):
+ # return self.handler(**kwargs)
+
+ # def PostCreateHotlist(self, **kwargs):
+ # return self.handler(**kwargs)