naveenvenkatesh commited on
Commit
7bac9bd
1 Parent(s): 9bab356

Update extract_date.py

Browse files
Files changed (1) hide show
  1. extract_date.py +2 -2
extract_date.py CHANGED
@@ -29,11 +29,11 @@ LOGGER.setLevel(log_level)
29
  class ExtractDateAndDuration:
30
 
31
 
32
- def __init__(self,api_key):
33
  """
34
  Initialize the ExtractDateAndDuration class.
35
  """
36
- openai.api_key = api_key
37
 
38
  def get_date_and_duration(self, contract_text: str) -> str:
39
  """
 
29
  class ExtractDateAndDuration:
30
 
31
 
32
+ def __init__(self):
33
  """
34
  Initialize the ExtractDateAndDuration class.
35
  """
36
+ pass
37
 
38
  def get_date_and_duration(self, contract_text: str) -> str:
39
  """