SynBioDex / pySBOL2

A pure Python implementation of the SBOL standard.
Apache License 2.0
20 stars 6 forks source link

Use `Graph.parse` instead of `Graph.load` #427

Closed tcmitchell closed 2 years ago

tcmitchell commented 2 years ago

RDFlib 6.2 removed Graph.load, which was deprecated and scheduled for removal in RDFlib 6.0. Update unit tests that were still using Graph.load.

Closes #426