Fix lint.

This commit is contained in:
Itamar Turner-Trauring 2022-08-12 09:54:12 -04:00
parent 4d779cfe07
commit 9ff863e6cd

View File

@ -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