Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
d1c61d3b
Verified
Commit
d1c61d3b
authored
Jan 23, 2019
by
Sébastiaan Versteeg
Browse files
Use NotImplementedError
parent
c794afa4
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/utils/conscribo/objects.py
View file @
d1c61d3b
...
...
@@ -4,7 +4,7 @@ import json
class
_JsonSerializable
(
object
):
@
property
def
data
(
self
)
->
object
:
r
eturn
'not i
mplemented
'
r
aise
NotI
mplemented
Error
def
json
(
self
)
->
str
:
return
json
.
dumps
(
self
.
data
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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