Skip to content

Commit

Permalink
fixed spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmancuso committed May 26, 2018
1 parent 6a337e3 commit d079c1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion masonite/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,5 @@ def _find_annotated_parameter(self, parameter):
return provider_class
elif inspect.isclass(provider_class) and issubclass(provider_class, parameter.annotation):
return provider_class


raise ContainerError('The dependency with the {0} annotation could not be resolved by the container'.format(parameter))

0 comments on commit d079c1e

Please sign in to comment.