summaryrefslogtreecommitdiff
path: root/python/subunit/_to_disk.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/subunit/_to_disk.py')
-rw-r--r--python/subunit/_to_disk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/subunit/_to_disk.py b/python/subunit/_to_disk.py
index 45f4fb5..8172cde 100644
--- a/python/subunit/_to_disk.py
+++ b/python/subunit/_to_disk.py
@@ -12,12 +12,12 @@
# license you chose for the specific language governing permissions and
# limitations under that license.
-from errno import EEXIST
import io
import json
import optparse
import os.path
import sys
+from errno import EEXIST
from textwrap import dedent
from testtools import StreamToDict