Skip to content

Commit 65a957c

Browse files
author
Jackie Kay
committed
Pyflakes
1 parent b2d05b5 commit 65a957c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

launch/launch/exit_handler.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414

1515
import os
16-
import signal
1716

1817

1918
class ExitHandlerContext(object):
@@ -88,7 +87,6 @@ def primary_ignore_returncode_exit_handler(context):
8887

8988
default_exit_handler(context, ignore_returncode=True)
9089

91-
9290
def ignore_signal_exit_handler(context):
9391
"""
9492
Succeed if the process received a shutdown signal on teardown.

0 commit comments

Comments
 (0)