Skip to content

Commit

Permalink
Flake8 happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Jul 5, 2015
1 parent 3b36fa4 commit e161e60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/manhole.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
try:
from eventlet.patcher import original as _original


def _get_original(mod, name):
return getattr(_original(mod), name)
except ImportError:
Expand Down

0 comments on commit e161e60

Please sign in to comment.