Skip to content

Commit

Permalink
Another lint violation
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Apr 8, 2014
1 parent c7e4f68 commit 514381b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_sudo/middleware.py
Expand Up @@ -14,7 +14,7 @@

class SudoMiddleware(object):
def has_sudo_privileges(self, request):
## Override me to alter behavior
# Override me to alter behavior
return has_sudo_privileges(request)

def process_request(self, request):
Expand Down

0 comments on commit 514381b

Please sign in to comment.