You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
yunchae-kim
added
python
Pull requests that update Python code
minor
Easy to fix issue that can be completed in a limited amount of time, similar to "easy fix"
labels
Oct 10, 2023
[#93] Refer to GitHub issue...
This commit removed all code references to the Py2neo package, which
were previously removed from the project's dependencies. The changes
included:
- Deleted Python code that imported and referenced Py2neo.
- Commented out references to the `Graph` class in `graph/graph.py` as
it was based on Py2neo. The decision to comment out instead of deleting
was made for future reference purposes.
- Autoformatted several Python files that hadn't been previously styled
according to the project's style guide.
- Removed the Py2neo package from `environment.yml`.
The current commit successfully passed the Pytest after modification.
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.
The text was updated successfully, but these errors were encountered: