Skip to content

Commit

Permalink
remove unused import and format code
Browse files Browse the repository at this point in the history
  • Loading branch information
wiso committed Nov 15, 2023
1 parent ad3f859 commit 9e955a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions check_biblio.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import subprocess
import tempfile
import re
from glob import glob
import argparse
import sqlite3
import difflib
Expand Down Expand Up @@ -137,7 +136,8 @@ def check_latex_entry(key: str, tex: str, use_bibtex: bool = False) -> Optional[

latex_template_biblatex = r"""
\documentclass{article}
\usepackage[backend=bibtex, style=numeric-comp, sorting=none, firstinits=true, defernumbers=true]{biblatex}
\usepackage[backend=bibtex, style=numeric-comp, sorting=none,
firstinits=true, defernumbers=true]{biblatex}
\addbibresource{tmp.bib}
\usepackage{amsmath}
\usepackage[utf8]{inputenc}
Expand Down

0 comments on commit 9e955a2

Please sign in to comment.