Skip to content

Commit cce2108

Browse files
author
Ashley Scillitoe
committed
Revert to multiline
1 parent 0a3501c commit cce2108

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

alibi/explainers/anchor_tabular.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1150,7 +1150,9 @@ def fit(self, # type: ignore[override]
11501150
d_samplers = []
11511151
for sampler in samplers:
11521152
d_samplers.append(
1153-
DistributedAnchorTabular.ray.remote(RemoteSampler).remote(*(train_data_id, d_train_data_id, sampler)) # type: ignore[call-overload] # noqa: E501
1153+
DistributedAnchorTabular.ray.remote(RemoteSampler).remote( # type: ignore[call-overload]
1154+
*(train_data_id, d_train_data_id, sampler)
1155+
)
11541156
)
11551157
self.samplers = d_samplers
11561158

0 commit comments

Comments
 (0)