Skip to content

Commit

Permalink
Fixed coverage issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshsattala committed Oct 4, 2023
1 parent f9014de commit 84de1b4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions kairon/shared/data/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,12 +347,6 @@ def parse_fallback_action(config: Dict):
fallback_action = action_fallback.get("core_fallback_action_name", fallback_action)
return fallback_action

@staticmethod
def load_default_actions():
from kairon.importer.validator.file_validator import DEFAULT_ACTIONS

return list(DEFAULT_ACTIONS - {"action_default_fallback", "action_two_stage_fallback"})

@staticmethod
def get_template_type(story):
"""
Expand Down

0 comments on commit 84de1b4

Please sign in to comment.