Fix flake.

This commit is contained in:
Itamar Turner-Trauring 2021-01-11 15:26:38 -05:00
parent 6b2a999f8d
commit 6107e52f96

View File

@ -5,7 +5,7 @@ from os import mkdir, environ
from os.path import exists, join
from six.moves import StringIO
from functools import partial
from subprocess import check_output, check_call
from subprocess import check_output
from twisted.python.filepath import (
FilePath,