Skip to content

Commit

Permalink
Add typing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcinl committed May 9, 2024
1 parent 8228cba commit 6ef72f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cibw/mpi4py_mpiabi.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def libmpi_paths(path):
raise RuntimeError("\n".join(errors))


_libmpi_rpath = []
_libmpi_rpath = [] # type: list[str]


def _get_mpiabi_from_libmpi(libmpi=None):
Expand Down Expand Up @@ -212,7 +212,7 @@ def _get_mpiabi():
return version, family


_registry = {}
_registry = {} # type: dict[str, dict[str, list[tuple[int, int]]]]


def _register(module, mpiabi):
Expand Down

0 comments on commit 6ef72f6

Please sign in to comment.