Skip to content

Commit c09842b

Browse files
authored
Merge pull request #408 from yukinarit/fix-optional-modules
Do not import optional modules in __init__.py
2 parents f27a41a + 7f1dfab commit c09842b

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)