Skip to content

Commit

Permalink
Do not import optional modules in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yukinarit committed Jul 17, 2023
1 parent f27a41a commit 7f1dfab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion serde/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
to_dict,
to_tuple,
)
from . import inspect, json, msgpack, numpy, toml, pickle, yaml

__all__ = [
"serde",
Expand Down

0 comments on commit 7f1dfab

Please sign in to comment.