Guanyu-Lin commited on
Commit
b361765
1 Parent(s): 3ae5f2d
Files changed (1) hide show
  1. arxiv_agent.py +0 -2
arxiv_agent.py CHANGED
@@ -10,7 +10,6 @@ from pathlib import Path
10
  import requests
11
  from datasets import load_dataset_builder
12
  import warnings
13
- from mail_simple import *
14
 
15
  warnings.filterwarnings("ignore")
16
  os.environ['KMP_DUPLICATE_LIB_OK']='True'
@@ -202,7 +201,6 @@ class ArxivAgent:
202
  def sign_email(self, profile, email):
203
 
204
  self.email_pool[email]=profile
205
- sign_up_email(email, profile)
206
  return "Successfully sign up!"
207
 
208
  def get_profile(self, author_name):
 
10
  import requests
11
  from datasets import load_dataset_builder
12
  import warnings
 
13
 
14
  warnings.filterwarnings("ignore")
15
  os.environ['KMP_DUPLICATE_LIB_OK']='True'
 
201
  def sign_email(self, profile, email):
202
 
203
  self.email_pool[email]=profile
 
204
  return "Successfully sign up!"
205
 
206
  def get_profile(self, author_name):