Skip to content

Commit

Permalink
mrclean
Browse files Browse the repository at this point in the history
  • Loading branch information
akatrevorjay committed Jan 2, 2017
1 parent e6d6824 commit 91037b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mainline/injection.py
Expand Up @@ -76,8 +76,7 @@ def decorator(wrapped, instance, args, kwargs):

injected_kwargs = {
k: self.di.resolve(v)
for k, v in six.iteritems(self.kwargs)
if k not in kwargs # No need to resolve if we're overridden
for k, v in six.iteritems(self.kwargs) if k not in kwargs # No need to resolve if we're overridden
}

if kwargs:
Expand Down

0 comments on commit 91037b8

Please sign in to comment.