From 208f5b0bd62faadc187e5c32046ca2494248f386 Mon Sep 17 00:00:00 2001 From: Adrian of Doom <52701496+futzu@users.noreply.github.com> Date: Sat, 16 Nov 2024 23:57:59 -0500 Subject: [PATCH] black --- threefive/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threefive/base.py b/threefive/base.py index e62ba264..a26ff30c 100644 --- a/threefive/base.py +++ b/threefive/base.py @@ -134,7 +134,7 @@ def xml(self, ns="scte35"): xml_attrs = self.kv_clean() iam = type(self) iam = str(iam).split("'", 1)[1].split("'", 1)[0] - this = Node(iam, attrs=xml_attrs,ns=ns) + this = Node(iam, attrs=xml_attrs, ns=ns) return this @staticmethod