summaryrefslogtreecommitdiff
path: root/testing/code
diff options
context:
space:
mode:
authorhugovk <hugovk@users.noreply.github.com>2017-10-10 09:03:26 +0300
committerhugovk <hugovk@users.noreply.github.com>2017-10-10 09:03:26 +0300
commit7113c76f0d76378e16b54b5d8d4dc466e1f38935 (patch)
tree2e7fae4652908402c7bb0e58d73a5ce4e09bf50b /testing/code
parentef732fc51d9d2ace3166cbbad21a608a3d4bfc4d (diff)
downloadpytest-7113c76f0d76378e16b54b5d8d4dc466e1f38935.tar.gz
Remove unused import
Diffstat (limited to 'testing/code')
-rw-r--r--testing/code/test_excinfo.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/code/test_excinfo.py b/testing/code/test_excinfo.py
index f7f6123a2..2086748e9 100644
--- a/testing/code/test_excinfo.py
+++ b/testing/code/test_excinfo.py
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import, division, print_function
-import sys
import operator
import _pytest
import py