Skip to content

Commit 3ae13d1

Browse files
committed
typing: ignore error because of untyped decorator
1 parent 0490372 commit 3ae13d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mesonbuild/dependencies/mpi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from ..environment import Environment, MachineChoice
2828

2929

30-
@factory_methods({DependencyMethods.PKGCONFIG, DependencyMethods.CONFIG_TOOL, DependencyMethods.SYSTEM})
30+
@factory_methods({DependencyMethods.PKGCONFIG, DependencyMethods.CONFIG_TOOL, DependencyMethods.SYSTEM}) # type: ignore
3131
def mpi_factory(env: 'Environment', for_machine: 'MachineChoice',
3232
kwargs: T.Dict[str, T.Any], methods: T.List[DependencyMethods]) -> T.List[T.Callable[[], 'Dependency']]:
3333
language = kwargs.get('language', 'c')

0 commit comments

Comments
 (0)