Skip to content

Conversation

tr4nt0r
Copy link
Collaborator

@tr4nt0r tr4nt0r commented Jun 14, 2024

  • Updated all list to include all exception classes as strings.
  • This change ensures proper exporting and avoids potential import errors.

The previous all list did not enclose class names in quotes, leading to potential issues when importing these classes from the module.

- Updated __all__ list include all exception classes as strings.
- This change ensures proper exporting and avoids potential import errors.

The previous __all__ list did not enclose class names in quotes, leading to potential issues when importing these classes from the module.
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@tr4nt0r
Copy link
Collaborator Author

tr4nt0r commented Jun 14, 2024

More details on this issue
https://pylint.readthedocs.io/en/latest/user_guide/messages/error/invalid-all-object.html

@Ludy87 Ludy87 merged commit f45144e into Ludy87:main Jun 15, 2024
@tr4nt0r tr4nt0r deleted the fix_invalid_all_object branch June 16, 2024 23:39
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.

2 participants