diff --git a/Lib/rlcompleter.py b/Lib/rlcompleter.py index 8775730b4fd..7c7553ee78a 100644 --- a/Lib/rlcompleter.py +++ b/Lib/rlcompleter.py @@ -163,4 +163,3 @@ def get_class_members(klass): # contents are quasi-immortal, and the completer function holds a # reference to globals). atexit.register(lambda: readline.set_completer(None)) -