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 Jan 13, 2023
1 parent f5c5a85 commit 2e3e429
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testing/typing_checks.py
Expand Up @@ -6,9 +6,10 @@
import contextlib
from typing import Optional

import pytest
from typing_extensions import assert_type

import pytest


# Issue #7488.
@pytest.mark.xfail(raises=RuntimeError)
Expand Down

0 comments on commit 2e3e429

Please sign in to comment.