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