Skip to content

Commit

Permalink
Removed unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncoulton committed Feb 17, 2014
1 parent f43f346 commit f192a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watson/di/container.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from inspect import isclass, isfunction
from inspect import isfunction
from watson.common import imports
from watson.common.datastructures import dict_deep_update
from watson.events import dispatcher, types
Expand Down

0 comments on commit f192a7e

Please sign in to comment.