We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d05b5 commit 65a957cCopy full SHA for 65a957c
1 file changed
launch/launch/exit_handler.py
@@ -13,7 +13,6 @@
13
# limitations under the License.
14
15
import os
16
-import signal
17
18
19
class ExitHandlerContext(object):
@@ -88,7 +87,6 @@ def primary_ignore_returncode_exit_handler(context):
88
87
89
default_exit_handler(context, ignore_returncode=True)
90
91
-
92
def ignore_signal_exit_handler(context):
93
"""
94
Succeed if the process received a shutdown signal on teardown.
0 commit comments