Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Sep 30, 2024
1 parent 443284f commit 024b2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras/src/utils/config.py
Original file line number Diff line number Diff line change
@@ -127,7 +127,7 @@ def pop(self, *args):
def update(self, *args, **kwargs):
self._raise_if_frozen()
return self._config.update(*args, **kwargs)

def get(self, keyname, value=None):
return self._config.get(keyname, value)

0 comments on commit 024b2dd

Please sign in to comment.