Unverified Commit 9887e8ec authored by Reid's avatar Reid Committed by GitHub
Browse files

[Misc] Remove unused function (#20909)


Signed-off-by: default avatarreidliu41 <reid201711@gmail.com>
parent f326ab9c
......@@ -7,17 +7,6 @@ to avoid certain eager import breakage.'''
from __future__ import annotations
import importlib.metadata
import signal
import sys
def register_signal_handlers():
def signal_handler(sig, frame):
sys.exit(0)
signal.signal(signal.SIGINT, signal_handler)
signal.signal(signal.SIGTSTP, signal_handler)
def main():
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment