Skip to content

Commit c0a7837

Browse files
committed
Fix function signature
1 parent da150e4 commit c0a7837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/curtsiesfrontend/manual_readline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def __init__(
156156
def add_config_attr(self, config_attr, func):
157157
raise NotImplementedError("Config already set on this mapping")
158158

159-
def add(self, key, func):
159+
def add(self, key, func, overwrite=False):
160160
raise NotImplementedError("Config already set on this mapping")
161161

162162

0 commit comments

Comments
 (0)