Fix a flake.

This commit is contained in:
Itamar Turner-Trauring 2021-11-18 15:47:25 -05:00
parent bd645edd9e
commit e2636466b5

View File

@ -14,7 +14,7 @@ if PY2:
else:
from typing import Dict
import os, re, time
import os, re
import six
from foolscap.api import Referenceable