Graph Data Science: an abstraction layer in Python for building knowledge graphs, integrated with popular graph libraries – atop Pandas, NetworkX, RAPIDS, RDFlib, pySHACL, PyVis, morph-kgc, pslpython, pyarrow, etc.
$ mypy kglab/*.py
kglab/kglab.py:629: error: Argument "destination" to "serialize" of "Graph" has incompatible type "Union[Union[str, Path, Any], IO[Any]]"; expected "None"
I'm submitting a
Current Behaviour:
Expected Behaviour:
mypy
should set upEnvironment: