Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Oct 16, 2024
1 parent d866fe9 commit 13eea06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion multidict/_multidict_py.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def GenericAlias(cls):


class istr(str):

"""Case insensitive str."""

__is_istr__ = True
Expand Down
4 changes: 3 additions & 1 deletion tests/test_multidict_benchmarks.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
"""codspeed benchmarks for multidict."""

from typing import Dict, Union

from pytest_codspeed import BenchmarkFixture # type: ignore[import-untyped]
from typing import Union, Dict

from multidict import CIMultiDict, MultiDict, istr

# Note that this benchmark should not be refactored to use pytest.mark.parametrize
Expand Down

0 comments on commit 13eea06

Please sign in to comment.