Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmancuso committed Mar 9, 2019
1 parent 048f45a commit 9d1fbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion masonite/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def render(self, template, dictionary={}):
"""
if not isinstance(dictionary, dict):
raise ViewException('Second parameter to render method needs to be a dictionary, {} passed.'.format(type(dictionary).__name__))

self.__load_environment(template)
self.dictionary = {}

Expand Down

0 comments on commit 9d1fbde

Please sign in to comment.