Skip to content
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

Fix (almost) every typing error in saved_searches.py #1132

Merged

Conversation

gycsaba96
Copy link
Contributor

  • use the _Element class instead of the Element factory for typing
  • convert tag IDs to UUID during XML parsing
  • expect None values returned by lxml
  • other minor typing fixes
  • fix a related test case

- use the _Element class instead of the Element factory for typing
- convert tag IDs to UUID during XML parsing
- expect None values returned by lxml
- other minor typing fixes
- fix a related test case
@diegogangl diegogangl added enhancement maintainability Automated tests suite, tooling, refactoring, or anything that makes it easier for developers labels Aug 13, 2024
@diegogangl
Copy link
Contributor

LGTM, thanks!

@diegogangl diegogangl merged commit fb56a90 into getting-things-gnome:master Aug 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement maintainability Automated tests suite, tooling, refactoring, or anything that makes it easier for developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants