remove unused import

This commit is contained in:
Ronny Pfannschmidt 2017-01-20 12:09:49 +01:00
parent 4082f4024a
commit 7b4afd8946
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@ import functools
import os
import sys
import warnings
import _pytest
import _pytest._code
import py