Skip to content

Commit

Permalink
small code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 30, 2016
1 parent e7f5274 commit 922eaa5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/quorum/typesf.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,6 @@ def resolve(self, *args, **kwargs):
kwargs[name] = self._target.cast(name, self.id)
kwargs["raise_e"] = kwargs.get("raise_e", False)
kwargs["eager_l"] = kwargs.get("eager_l", False)
print(kwargs)
_object = self._target.get(*args, **kwargs)

# sets the resolved object (using the current id attribute)
Expand Down

0 comments on commit 922eaa5

Please sign in to comment.