Merge pull request #4231 from blueyed/fix-master
Fix flake8: os imported, but unused
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user