elaineaishophouse commited on
Commit
8b05dab
·
verified ·
1 Parent(s): 92c1cba

Update common/RespondentAgent.py

Browse files
Files changed (1) hide show
  1. common/RespondentAgent.py +1 -1
common/RespondentAgent.py CHANGED
@@ -10,7 +10,7 @@ import os
10
  import pandas as pd
11
  import pprint
12
 
13
- from UserProfile import *
14
 
15
  class RespondentAgent:
16
  def __init__(self, user_profile, agent):
 
10
  import pandas as pd
11
  import pprint
12
 
13
+ from common.UserProfile import *
14
 
15
  class RespondentAgent:
16
  def __init__(self, user_profile, agent):