Remove unnecessary import.

This commit is contained in:
Itamar Turner-Trauring 2023-05-04 17:08:54 -04:00
parent f4026d0980
commit ba638f9ff6

View File

@ -6,7 +6,6 @@ and stdout.
from subprocess import Popen, PIPE, check_output, check_call
import pytest
from pytest_twisted import blockon
from twisted.internet import reactor
from twisted.internet.threads import blockingCallFromThread
from twisted.internet.defer import Deferred