Lint fix.

This commit is contained in:
Itamar Turner-Trauring 2023-03-20 15:20:39 -04:00
parent aba60d2719
commit ded5b20924

View File

@ -4,7 +4,6 @@ and stdout.
""" """
from subprocess import Popen, PIPE, check_output, check_call from subprocess import Popen, PIPE, check_output, check_call
import sys
import pytest import pytest
from pytest_twisted import ensureDeferred from pytest_twisted import ensureDeferred