-
Notifications
You must be signed in to change notification settings - Fork 6
Remove all code references to Py2neo #93
Copy link
Copy link
Open
Labels
minorEasy to fix issue that can be completed in a limited amount of time, similar to "easy fix"Easy to fix issue that can be completed in a limited amount of time, similar to "easy fix"pythonPull requests that update Python codePull requests that update Python code
Metadata
Metadata
Assignees
Labels
minorEasy to fix issue that can be completed in a limited amount of time, similar to "easy fix"Easy to fix issue that can be completed in a limited amount of time, similar to "easy fix"pythonPull requests that update Python codePull requests that update Python code
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
In progress
As of PR-#92, the Py2neo package has been removed from the project's dependencies. To ensure the project's codebase is up to date, it's necessary to remove all references to the Py2neo package from the code.
This includes any imports, function calls, or code sections that use Py2neo-specific functionality. Review the entire codebase and make the necessary changes to eliminate any dependencies on Py2neo.