refactored flagging

This commit is contained in:
Abubakar Abid 2021-11-13 00:35:25 -06:00
parent fa78beddb0
commit 62c0a73e1f

View File

@ -28,8 +28,8 @@ class FlaggingHandler(ABC):
@abstractmethod
def setup(self):
"""
This method should be overridden and ensure that everything is set up correctly for the flagging.
This method gets called at the beginning of the Interface.launch() method.
This method should be overridden and ensure that everything is set up correctly for flag().
This method gets called once at the beginning of the Interface.launch() method.
"""
pass