Skip to content

Commit

Permalink
merge ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Dec 18, 2023
1 parent bdc3f0a commit 8aec872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scanpy/testing/_pytest/fixtures/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def doctest_env(cache: pytest.Cache, tmp_path: Path) -> Generator[None, None, No

showwarning_orig = warnings.showwarning

def showwarning(message, category, filename, lineno, file=None, line=None):
def showwarning(message, category, filename, lineno, file=None, line=None): # noqa: PLR0917
if file is None:
if line is None:
import linecache
Expand Down

0 comments on commit 8aec872

Please sign in to comment.