Remove unused import to fix linting

This commit is contained in:
Bruno Oliveira 2018-05-01 19:08:29 -03:00 committed by GitHub
parent c258fe1459
commit 1a880be85b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ from __future__ import absolute_import, division, print_function
import sys
import platform
import os
import signal
import _pytest._code
from _pytest.debugging import SUPPORTS_BREAKPOINT_BUILTIN