Skip to content

Commit

Permalink
drop xml:lang
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Sep 22, 2022
1 parent 2e13192 commit 6ab499b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion svg/elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class Element:
id: Optional[str] = None
tabindex: Optional[int] = None
lang: Optional[str] = None
xml__lang: Optional[str] = None

transform_origin: Optional[str] = None
style: Optional[str] = None
Expand Down
Empty file added tests/__init__.py
Empty file.

0 comments on commit 6ab499b

Please sign in to comment.