Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Wellbore
Wellbore Domain Services
Commits
43fe9b9c
Commit
43fe9b9c
authored
Jun 25, 2021
by
Christophe Lallement
Browse files
replace NotImplemented with NotImplementedError
parent
169a2b09
Pipeline
#48517
failed with stages
in 10 minutes and 36 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
app/injector/app_injector.py
View file @
43fe9b9c
...
...
@@ -31,7 +31,7 @@ class WithLifeTime:
:param builder_fn: input factory function/callable that builds an object.
:return: returns a callable that returns an object
"""
raise
NotImplemented
()
raise
NotImplemented
Error
()
class
Transient
(
Base
):
""" Transient lifetime: a new object is created each time """
...
...
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