Skip to content

Commit

Permalink
fix more python style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
memoryz committed Oct 27, 2023
1 parent aa6728a commit c1eeaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/python/synapse/ml/causal/DiffInDiffModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def _unwrapOption(option):
return DiffInDiffModel._mapOption(option, lambda x: x)

def __init__(self, java_obj=None) -> None:
super(DiffInDiffModel, self).__init__(java_obj = java_obj)
super(DiffInDiffModel, self).__init__(java_obj=java_obj)

ctx = SparkContext._active_spark_context
sql_ctx = SQLContext.getOrCreate(ctx)
Expand Down

0 comments on commit c1eeaff

Please sign in to comment.