Skip to content

Commit 884961b

Browse files
pre-commit-ci[bot]Tusenka
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 55ddb80 commit 884961b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/_pytest/assertion/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ def rootpath(self):
123123
return os.path.abspath(os.sep)
124124

125125

126+
126127
def install_importhook(config: Config) -> rewrite.AssertionRewritingHook:
127128
"""Try to install the rewrite hook, raise SystemError if it fails."""
128129
config.stash[assertstate_key] = AssertionState(config, "rewrite")

0 commit comments

Comments
 (0)