Skip to content

Commit be15ece

Browse files
Remove variable name in function declaration
1 parent 534f190 commit be15ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tensor/libtensor/source/elementwise_functions/elementwise_common.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace tensor
3535
namespace py_internal
3636
{
3737

38-
extern void init_elementwise_functions(py::module_ m);
38+
extern void init_elementwise_functions(py::module_);
3939

4040
} // namespace py_internal
4141
} // namespace tensor

0 commit comments

Comments
 (0)