Remove redundant pstats import (#113)
This commit is contained in:
parent
1ad9a88032
commit
db6370bf87
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user