iQuentin commited on
Commit
cf9bed9
·
verified ·
1 Parent(s): 0f4717c
Files changed (1) hide show
  1. simuGAIA.py +1 -1
simuGAIA.py CHANGED
@@ -83,7 +83,7 @@ SAMPLE_QUESTIONS_OUT = [
83
  ]
84
 
85
 
86
- def init_agent(): -> QAgent:
87
  """Initialize the QAgent."""
88
  print("Initializing QAgent...")
89
  try:
 
83
  ]
84
 
85
 
86
+ def init_agent():
87
  """Initialize the QAgent."""
88
  print("Initializing QAgent...")
89
  try: