From 9e955a2d27cbc6c2579a17972630391153c6d300 Mon Sep 17 00:00:00 2001 From: Ruggero Turra Date: Wed, 15 Nov 2023 23:27:53 +0100 Subject: [PATCH] remove unused import and format code --- check_biblio.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check_biblio.py b/check_biblio.py index 67e1764..d8421b8 100755 --- a/check_biblio.py +++ b/check_biblio.py @@ -5,7 +5,6 @@ import subprocess import tempfile import re -from glob import glob import argparse import sqlite3 import difflib @@ -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}