Skip to content

Commit e48a4b8

Browse files
committed
Make CompositeType standalone class
1 parent 8b43c16 commit e48a4b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugwise/util.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,7 @@ def __len__(self):
152152
return self.length
153153

154154

155-
class CompositeType(BaseType):
156-
# TODO: super-init-not-called
155+
class CompositeType:
157156
def __init__(self):
158157
self.contents = []
159158

0 commit comments

Comments
 (0)