Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam Sai committed Aug 3, 2024
1 parent 911ae4d commit 3f43847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/test/python/synapsemltest/core/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def fit(self, df):
def test_throw(self):
raise Exception("test exception")

@SynapseMLLogger.log_verb(feature_name = "test_logging")
@SynapseMLLogger.log_verb(feature_name="test_logging")
def test_feature_name(self):
return 0

Expand Down

0 comments on commit 3f43847

Please sign in to comment.