Skip to content

Commit

Permalink
more linting
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Jan 14, 2025
1 parent 84b12cd commit 9d8d87f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/mkdocs_bibtex/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import validators
from collections import OrderedDict
from pathlib import Path
from collections import OrderedDict

from mkdocs.plugins import BasePlugin

Expand Down
1 change: 0 additions & 1 deletion test_files/test_citation.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
pybtex basic citations and pandoc citation formattting
"""

import pytest
from mkdocs_bibtex.citation import Citation, CitationBlock


Expand Down
2 changes: 1 addition & 1 deletion test_files/test_simple_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def test_reference_text(simple_registry):
citation = Citation("Bivort2016", "", "")
assert (
simple_registry.reference_text(citation)
== "Benjamin L. De Bivort and Bruno Van Swinderen. Evidence for selective attention in the insect brain. *Current Opinion in Insect Science*, 15:1–7, 2016. [doi:10.1016/j.cois.2016.02.007](https://doi.org/10.1016/j.cois.2016.02.007)."
== "Benjamin L. De Bivort and Bruno Van Swinderen. Evidence for selective attention in the insect brain. *Current Opinion in Insect Science*, 15:1–7, 2016. [doi:10.1016/j.cois.2016.02.007](https://doi.org/10.1016/j.cois.2016.02.007)." # noqa: E501
)

# Test citation with URL
Expand Down

0 comments on commit 9d8d87f

Please sign in to comment.