j-js commited on
Commit
081ef02
·
verified ·
1 Parent(s): d03afcb

Update conversation_logic.py

Browse files
Files changed (1) hide show
  1. conversation_logic.py +0 -1
conversation_logic.py CHANGED
@@ -71,7 +71,6 @@ FOLLOWUP_ONLY_INPUTS = {
71
  "help",
72
  }
73
 
74
-
75
  def _clean_text(text: Optional[str]) -> str:
76
  return (text or "").strip()
77
 
 
71
  "help",
72
  }
73
 
 
74
  def _clean_text(text: Optional[str]) -> str:
75
  return (text or "").strip()
76