From 9ff863e6cd47ad6c255491b2a6127b944b835f9a Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Fri, 12 Aug 2022 09:54:12 -0400 Subject: [PATCH] Fix lint. --- integration/test_servers_of_happiness.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/integration/test_servers_of_happiness.py b/integration/test_servers_of_happiness.py index 4cbb94654..b85eb8e5b 100644 --- a/integration/test_servers_of_happiness.py +++ b/integration/test_servers_of_happiness.py @@ -1,4 +1,4 @@ -""" +P""" Ported to Python 3. """ from __future__ import absolute_import @@ -13,8 +13,6 @@ if PY2: import sys from os.path import join -from twisted.internet.error import ProcessTerminated - from . import util import pytest_twisted