Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jstasiak committed Oct 11, 2014
1 parent 3df8dc2 commit b93d0b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions eventlet/green/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@
from eventlet.patcher import slurp_properties
slurp_properties(profile_orig, globals(), srckeys=dir(profile_orig))

import new
import sys
import traceback
import functools

from eventlet import greenthread
Expand All @@ -58,7 +56,7 @@ def __init__(self, timer=None, bias=None):

def __call__(self, *args):
"""make callable, allowing an instance to be the profiler"""
r = self.dispatcher(*args)
self.dispatcher(*args)

def _setup(self):
self._has_setup = True
Expand Down

0 comments on commit b93d0b6

Please sign in to comment.