Skip to content

Commit 4c40669

Browse files
committed
Ignore linting in a method override
1 parent b7adaf6 commit 4c40669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/profiles/views.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,5 @@ class TokenDeleteView(TokenMixin, DeleteView):
135135

136136
http_method_names = ['post']
137137

138-
def get_object(self, queryset=None):
138+
def get_object(self, queryset=None): # noqa
139139
return self.request.user.auth_token

0 commit comments

Comments
 (0)