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

Drop dependency from translate-toolkit, use etree.indent() #9855

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

flodolo
Copy link
Collaborator

@flodolo flodolo commented Sep 9, 2024

Description

The etree library includes a indent() function, no need to import translate-toolkit. The rest of the changes are formatting done by black.

Checklist

  • My code follows the style guidelines for this project
  • I have not added any packages that contain high risk or unknown licenses (GPL, LGPL, MPL, etc. consult with DevOps if in question)
  • I have performed a self review of my own code
  • I have commented my code PARTICULARLY in hard to understand areas

@flodolo flodolo requested a review from strseb September 9, 2024 13:23
# Fix indentation
reindent(root)
etree.indent(root)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only real change.

@flodolo flodolo force-pushed the drop_translatetoolkit branch from 0de435e to aa6934e Compare September 9, 2024 14:54
@flodolo flodolo merged commit 04a1ab2 into main Sep 9, 2024
114 checks passed
@flodolo flodolo deleted the drop_translatetoolkit branch September 9, 2024 16:37
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