Skip to content

Commit

Permalink
Merge pull request #215 from DimitriPapadopoulos/ruff
Browse files Browse the repository at this point in the history
Apply ruff rules to Python scripts
  • Loading branch information
sbesson authored Feb 5, 2025
2 parents e237a7c + d758746 commit 2bf487f
Show file tree
Hide file tree
Showing 11 changed files with 117 additions and 159 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
import re
from collections import defaultdict


# note the schemas (in reverse order) and the transforms among them

schemas = []
Expand Down
1 change: 1 addition & 0 deletions xsd-fu/python/generateDS/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@


from . import generateDS

__all__ = ["generateDS"]
Loading

0 comments on commit 2bf487f

Please sign in to comment.