summaryrefslogtreecommitdiff
path: root/example-glaciers.py
diff options
context:
space:
mode:
Diffstat (limited to 'example-glaciers.py')
-rwxr-xr-xexample-glaciers.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/example-glaciers.py b/example-glaciers.py
index 00f0709..538f9f6 100755
--- a/example-glaciers.py
+++ b/example-glaciers.py
@@ -14,9 +14,6 @@ c = cdsapi.Client()
c.retrieve(
"insitu-glaciers-elevation-mass",
- {
- "variable": "elevation_change",
- "format": "tgz"
- },
+ {"variable": "elevation_change", "format": "tgz"},
"dowload.data",
)