Skip to content

Commit

Permalink
TST fix mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Jul 31, 2017
1 parent 4853f16 commit feb4940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eli5/lime/samplers.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def _create_sampler(self, extra):
params = dict(
token_pattern=self.token_pattern,
random_state=self.rng_,
)
) # type: Dict[str, Any]
params.update(extra)
return MaskingTextSampler(**params)

Expand Down

0 comments on commit feb4940

Please sign in to comment.