Skip to content

Commit

Permalink
Fixed formatting that preventing error message from printing. (keras-…
Browse files Browse the repository at this point in the history
  • Loading branch information
hertschuh authored Feb 1, 2024
1 parent 5da1202 commit c8700f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keras/ops/operation.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ def __init__(self, arg1, arg2, **kwargs):
def get_config(self):
config = super().get_config()
config.update({
config.update({{
"arg1": self.arg1,
"arg2": self.arg2,
})
}})
return config"""
)
)
Expand Down

0 comments on commit c8700f4

Please sign in to comment.