Baskar2005 commited on
Commit
c425da2
·
verified ·
1 Parent(s): 8c48eff

Update extract_date.py

Browse files
Files changed (1) hide show
  1. extract_date.py +1 -1
extract_date.py CHANGED
@@ -34,7 +34,7 @@ class ExtractDateAndDuration:
34
  Initialize the ExtractDateAndDuration class.
35
  """
36
  self.client=OpenAI()
37
- pass
38
 
39
  def get_date_and_duration(self, contract_text: str) -> str:
40
  """
 
34
  Initialize the ExtractDateAndDuration class.
35
  """
36
  self.client=OpenAI()
37
+
38
 
39
  def get_date_and_duration(self, contract_text: str) -> str:
40
  """