Remove unused import.

This commit is contained in:
Kale Kundert 2017-07-22 09:19:13 -07:00
parent a3b35e1c4b
commit 7e0553267d
No known key found for this signature in database
GPG Key ID: C6238221D17CAFAE
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ import collections
from textwrap import dedent
from itertools import count
import math
import py
from _pytest.mark import MarkerError
from _pytest.config import hookimpl