Skip to content

Commit 1bc9c24

Browse files
blueyedAutomatedTester
authored andcommitted
py: phantomjs: service: remove unused import of signal
Signed-off-by: AutomatedTester <dburns@mozilla.com>
1 parent 4ed7c73 commit 1bc9c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/phantomjs/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717
import platform
18-
import signal
1918
import subprocess
2019
import time
2120

2221
from selenium.common.exceptions import WebDriverException
2322
from selenium.webdriver.common import utils
2423

24+
2525
class Service(object):
2626
"""
2727
Object that manages the starting and stopping of PhantomJS / Ghostdriver

0 commit comments

Comments
 (0)