Skip to content

fix: config loading after module reload #288

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 12, 2025
Merged

Conversation

ClemDoum
Copy link
Contributor

@ClemDoum ClemDoum commented Feb 27, 2025

Description

When running jupyter notebook it's common to use auto reload:

%reload_ext autoreload
%autoreload 2

With auto reload activated the builtin issubclass no longer works as expected and config loading fails (see unit test)

Type of Change

  • New feature
  • Bug fix
  • Breaking change
  • Documentation update
  • Project configuration change

Complexity

Complexity: low

How Has This Been Tested?

  • [x ] Unit tests

Checklist

  • Documentation has been updated
  • Unit tests have been updated
  • E2E tests have been updated
  • Examples have been updated
  • New files have copyright header
  • CLA (https://neo4j.com/developer/cla/) has been signed
  • CHANGELOG.md updated if appropriate

@ClemDoum ClemDoum requested a review from a team as a code owner February 27, 2025 14:00
@willtai
Copy link
Contributor

willtai commented Feb 28, 2025

@ClemDoum thank you for opening the PR! Could you please sign the CLA here to pass the CLA check?

@ClemDoum
Copy link
Contributor Author

ClemDoum commented Mar 1, 2025

@willtai I’ve sent the signed CLA on the 27th 🙂

@ClemDoum
Copy link
Contributor Author

ClemDoum commented Mar 3, 2025

I've resent the CLA and received confirmation again

@stellasia
Copy link
Contributor

Hi @ClemDoum ,

It's on us, we've received your emails but a manual step was missing from our side to validate your signature. It's all set now and CLA check is passing. We will review the code in the coming days.

@stellasia stellasia merged commit 5e05060 into neo4j:main Mar 12, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants