Skip to content

Commit

Permalink
linted
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmancuso committed Sep 13, 2024
1 parent ca8acf8 commit a76a015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/masonite/response/response.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def view(self, view: Any, status: int = 200) -> "bytes|Response":
if isinstance(view, tuple):
view, status = view
self.status(status)

if isinstance(view, types.GeneratorType):
self.status(status)
return self
Expand Down

0 comments on commit a76a015

Please sign in to comment.