Skip to content

Commit

Permalink
Condense imports
Browse files Browse the repository at this point in the history
  • Loading branch information
floor-licker committed Feb 24, 2025
1 parent 711cfdd commit 4fb099c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Lib/test/test_signal.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
import time
import unittest
from test import support
from test.support import requires_resource
from test.support import (
is_apple, is_apple_mobile, os_helper, threading_helper
is_apple, is_apple_mobile, os_helper, threading_helper, requires_resource
)
from test.support.script_helper import assert_python_ok, spawn_python
try:
Expand Down

0 comments on commit 4fb099c

Please sign in to comment.