Skip to content

Commit 7f1dfab

Browse files
committed
Do not import optional modules in __init__.py
1 parent f27a41a commit 7f1dfab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

serde/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
to_dict,
6262
to_tuple,
6363
)
64-
from . import inspect, json, msgpack, numpy, toml, pickle, yaml
6564

6665
__all__ = [
6766
"serde",

0 commit comments

Comments
 (0)