Remove redundant pstats import (#113)

This commit is contained in:
JP Smith 2017-03-28 12:16:41 -05:00 committed by GitHub
parent 1ad9a88032
commit db6370bf87

View File

@ -160,7 +160,6 @@ class Executor(object):
logger.debug("Profiling not enabled.")
return
import pstats
class PstatsFormatted:
def __init__(self, d):
self.stats = dict(d)