Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TDT4242 Spring 2021 – T17
tdt4242-T17
Commits
d5f33f7e
Commit
d5f33f7e
authored
Apr 12, 2021
by
Erlend Ydse
Browse files
Remove unused variable
parent
dd7cb810
Pipeline
#126964
passed with stage
in 1 minute and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
backend/secfit/users/views.py
View file @
d5f33f7e
...
...
@@ -102,7 +102,6 @@ class OfferList(
serializer
.
save
(
owner
=
self
.
request
.
user
)
def
get_queryset
(
self
):
qs
=
Offer
.
objects
.
none
()
result
=
Offer
.
objects
.
none
()
if
self
.
request
.
user
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment