Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 1, 2023
1 parent f74ee91 commit 2c5633d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ testing =
attrs>=19.2.0
hypothesis>=3.56
mock
more-itertools
nose
pygments>=2.7.2
requests
setuptools
xmlschema
more_itertools

[options.package_data]
_pytest = py.typed
Expand Down
3 changes: 2 additions & 1 deletion src/_pytest/mark/structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
from typing import TypeVar
from typing import Union

from more_itertools import flatten, always_iterable
from more_itertools import always_iterable
from more_itertools import flatten

from .._code import getfslineno
from ..compat import ascii_escaped
Expand Down

0 comments on commit 2c5633d

Please sign in to comment.