Skip to content

Commit 471e12e

Browse files
committed
lint: Fix mypy warnings
1 parent 0df9ea2 commit 471e12e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

conf/mypy.stubtest.allow.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
mpi4py.MPI
21
mpi4py.futures._base.*

src/mpi4py/util/pkl5.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22
from .. import MPI
3-
from ..MPI import ANY_SOURCE, ANY_TAG
3+
from ..MPI import PROC_NULL, ANY_SOURCE, ANY_TAG
44
from ..MPI import Status, Datatype
55
from typing import Any, Literal, Optional
66
from typing import Callable, Iterable, Sequence

0 commit comments

Comments
 (0)