Skip to content
GitLab
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
System
SDKs
Python SDK
Commits
1b676d54
Commit
1b676d54
authored
Sep 24, 2021
by
Spencer Sutton
Browse files
Removing unnecessary init
parent
ed1560a1
Pipeline
#67805
passed with stages
in 1 minute and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
osdu_api/clients/dataset/dataset_dms_client.py
View file @
1b676d54
...
...
@@ -23,9 +23,6 @@ class DatasetDmsClient(BaseClient):
"""
Holds the logic for interfacing with Data Registry Service's DMS api
"""
def
__init__
(
self
,
data_partition_id
=
None
):
super
().
__init__
(
data_partition_id
)
def
get_storage_instructions
(
self
,
kind_sub_type
:
str
,
bearer_token
=
None
):
params
=
{
'kindSubType'
:
kind_sub_type
}
return
self
.
make_request
(
method
=
HttpMethod
.
GET
,
url
=
'{}{}'
.
format
(
self
.
dataset_url
,
'/getStorageInstructions'
),
...
...
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