Merge pull request #4231 from blueyed/fix-master

Fix flake8: os imported, but unused
This commit is contained in:
Daniel Hahler 2018-10-24 23:47:46 +02:00 committed by GitHub
commit 15278aacb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
""" interactive debugging with PDB, the Python Debugger. """
from __future__ import absolute_import, division, print_function
import os
import pdb
import sys
from doctest import UnexpectedException