fix: super().__init__(step)

This commit is contained in:
duanchao.bill
2022-05-07 11:11:36 +08:00
parent 86fad0ad70
commit 7e7571d4be

View File

@@ -34,4 +34,4 @@ class Step(object):
StepThriftRequestExtraction, StepThriftRequestExtraction,
], ],
): ):
super().__init__(step) self.__step = step