Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
futzu authored Nov 17, 2024
1 parent 0086882 commit 208f5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion threefive/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 208f5b0

Please sign in to comment.