Skip to content

Commit

Permalink
Fix mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
takuseno committed Jun 23, 2023
1 parent 687f401 commit 27d7355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion d3rlpy/serializable_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def make_field() -> TDynamicConfig:
def make_field() -> TDynamicConfig:
return dataclasses.field(
metadata=config(encoder=_encoder, decoder=_decoder),
default_factory=default_factory, # type: ignore
default_factory=default_factory,
)

return register_config, make_field
Expand Down

0 comments on commit 27d7355

Please sign in to comment.