Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Feb 23, 2024
1 parent 4b328ba commit 6ad724f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/middleware_tests/test_fieldkeys.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import re

import pytest

from bibtexparser import Library
from bibtexparser.middlewares.enclosing import RemoveEnclosingMiddleware
from bibtexparser.middlewares.fieldkeys import NormalizeFieldKeys
from bibtexparser.model import Entry, Field
import re
import pytest

entries = {
"article": {
Expand Down

0 comments on commit 6ad724f

Please sign in to comment.