Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
2021
Kelas D
Justika - Pengembangan Platform untuk UMKM
Justika UMKM Legal - Backend
Commits
d4a9a433
Commit
d4a9a433
authored
Jun 28, 2021
by
Shafiya Adzhani
Browse files
[CHORES] fix lint issue
parent
d21d3de6
Pipeline
#83935
passed with stages
in 6 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
riwayat/views.py
View file @
d4a9a433
...
...
@@ -29,7 +29,7 @@ class RiwayatView(FlatMultipleModelAPIView):
permission_classes
=
[
IsAuthenticated
]
def
get_serializer_class
(
self
):
if
getattr
(
self
,
'
swagger_fake_view
'
,
False
):
if
getattr
(
self
,
"
swagger_fake_view
"
,
False
):
return
PTSerializer
raise
NotImplementedError
(
"must not call this"
)
...
...
Write
Preview
Markdown
is supported
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