Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 66338ec

Browse files
committed
New class syntax
1 parent eb6b33a commit 66338ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Demo/sgi/video/imgconv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def instantiate_converter(args):
130130
args.append(cl.convert)
131131
return args
132132

133-
class RtConverters():
133+
class RtConverters:
134134
def init(self, list):
135135
self.list = list
136136
return self

0 commit comments

Comments
 (0)