formatted for code readability

This commit is contained in:
David Kennedy 2024-06-24 15:39:05 -04:00
parent 350557a7a6
commit 51e6a925da
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -121,7 +121,7 @@ class CheckUserProfileMiddleware:
return HttpResponseRedirect(new_setup_page)
else:
# Process the view as normal
return None
return None
class CheckPortfolioMiddleware: