Fix Ruff UP008 (super-call-with-parameters)

https://docs.astral.sh/ruff/rules/super-call-with-parameters/
This commit is contained in:
Andrej
2025-05-28 16:57:48 +05:00
parent 5ab14f1e4e
commit feebc701fa
5 changed files with 7 additions and 7 deletions
@@ -53,7 +53,7 @@ class External(svgwrite.container.Group):
if elem.tag.startswith(ns):
elem.tag = elem.tag[nsl:]
super(External, self).__init__(**extra)
super().__init__(**extra)
def get_xml(self):
return self.xml