Skip to content

Commit

Permalink
python: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
trws committed Sep 14, 2016
1 parent 56a63e5 commit 682210f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/bindings/python/flux/wrapper.py
Expand Up @@ -5,9 +5,6 @@
import cffi
from types import MethodType

import traceback



class MissingFunctionError(Exception):
def __init__(self, name, c_name, name_list, arguments):
Expand Down

0 comments on commit 682210f

Please sign in to comment.