costezki / rdf2gremlin

It has never been easier to transform your RDF data into a property graph based on TinkerPop-Gremlin.
GNU General Public License v3.0
24 stars 3 forks source link

warning on initializing gremlin graph #12

Closed costezki closed 5 years ago

costezki commented 5 years ago

/home/lps/work/workspace-charm/rdf2gremlin/venv/lib/python3.7/site-packages/gremlin_python/structure/graph.py:35:

DeprecationWarning: As of release 3.3.5, replaced by the gremlin_python.process.anonymous_traversal.traversal() function.

costezki commented 5 years ago

fixed by adopting the suggested instantiation mechanism.