Fix flake8: os imported, but unused

Likely due to b6fa4e24.
This commit is contained in:
Daniel Hahler 2018-10-24 23:43:41 +02:00
parent b6fa4e248f
commit 57caa4e25e
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