Skip to content

Commit be50d70

Browse files
committed
Fix precommit
1 parent cc8f9db commit be50d70

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

skills/bibtidy/tools/log.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python3
22
"""Logging helper that tees stdout/stderr to a .bib.log file."""
3+
34
from __future__ import annotations
45

56
import os

tests/bibtidy/test_validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def test_parenthesized_entry_rejected(self):
188188
"Kirillov, Alexander and Mintun, Eric and Ravi, Nikhila and Mao, Hanzi"
189189
" and Rolland, Chloe and Gustafson, Laura and Xiao, Tete and Whitehead, Spencer"
190190
" and Berg, Alexander C. and Lo, Wan-Yen and Doll{\\'a}r, Piotr and Girshick, Ross",
191-
),
191+
)
192192
},
193193
"tzou2022coronavirus": {},
194194
"aichberger2025semantically": {

0 commit comments

Comments
 (0)