Skip to content

Commit

Permalink
Fix import error in bibtex_to_table.py
Browse files Browse the repository at this point in the history
  • Loading branch information
XuhuiZhou committed Apr 9, 2024
1 parent e2b195f commit 70dc680
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bibtex_to_table.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import datetime
import bibtexparser # type: ignore
from tabulate import tabulate # type: ignore
from pytablewriter import MarkdownTableWriter # type: ignore
import pandas as pd # type: ignore
import re

Expand Down

0 comments on commit 70dc680

Please sign in to comment.