Fix restore_mode() signature on Windows. Refs #48

This commit is contained in:
Mike Naberezny 2021-12-26 16:20:26 -08:00
parent 73f68ff652
commit d86398e8f9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ if sys.platform[:3] == "win":
""" noncanonical_mode is a no-op on Windows. """
return
def restore_mode(stdin):
def restore_mode():
""" restore_mode is a no-op on Windows. """
return