From 541849b3acfd53bf41d127a47a9aa0d5f7042b16 Mon Sep 17 00:00:00 2001 From: Anthony Kim Date: Wed, 22 Jan 2025 18:48:48 -0500 Subject: [PATCH] reformat for the very last time --- python_files/pythonrc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python_files/pythonrc.py b/python_files/pythonrc.py index dd39ab34aa17..0f552c86d375 100644 --- a/python_files/pythonrc.py +++ b/python_files/pythonrc.py @@ -8,6 +8,7 @@ use_shell_integration = sys.version_info < (3, 13) is_wsl = "microsoft-standard-WSL" in platform.release() + class REPLHooks: def __init__(self): self.global_exit = None