Skip to content

Commit 18fa9f1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6f8f706 commit 18fa9f1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pythonbible/tests/parser/parser_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from __future__ import annotations
22

33
import pytest
4+
45
import pythonbible as bible
56

67

@@ -382,7 +383,7 @@ def test_book_abbreviations() -> None:
382383
end_chapter=None,
383384
end_verse=None,
384385
end_book=bible.Book.JOHN,
385-
)
386+
),
386387
),
387388
],
388389
)

0 commit comments

Comments
 (0)