Skip to content

Commit

Permalink
update learn for arxiv files
Browse files Browse the repository at this point in the history
Redoing code after the PR 747 made changes to the same file.
  • Loading branch information
srdas committed Apr 26, 2024
1 parent 7ca1061 commit d8cea38
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
def arxiv_to_text(id): # id is numbers after "arXiv" in arXiv:xxxx.xxxxx
try:
import datetime

import arxiv
except ModuleNotFoundError as e:
print("Missing package: arxiv, datetime")
Expand Down

0 comments on commit d8cea38

Please sign in to comment.