fix: super().__init__(step)

This commit is contained in:
duanchao.bill
2022-05-07 11:11:36 +08:00
parent 60f447da04
commit 0644450a33

View File

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