summaryrefslogtreecommitdiff
path: root/example-glaciers.py
diff options
context:
space:
mode:
authorAlessandro Amici <a.amici@bopen.eu>2018-06-22 12:34:27 +0200
committerAlessandro Amici <a.amici@bopen.eu>2018-06-22 12:34:27 +0200
commitaefff0fe683d4a3b7f222f3b667a34185e37bb3f (patch)
treeb3fe9cdf0562bcdbf9a4039e6bb96a88bc9d1202 /example-glaciers.py
parentb613db25e9a45012e881da1fbd998eb248e6992e (diff)
Fix code style to PEP8.
Diffstat (limited to 'example-glaciers.py')
-rwxr-xr-xexample-glaciers.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/example-glaciers.py b/example-glaciers.py
index f14fa67..00f0709 100755
--- a/example-glaciers.py
+++ b/example-glaciers.py
@@ -10,13 +10,13 @@
import cdsapi
-
c = cdsapi.Client()
-
-c.retrieve("insitu-glaciers-elevation-mass",
- {
- "variable": "elevation_change",
- "format": "tgz"
- },
- "dowload.data")
+c.retrieve(
+ "insitu-glaciers-elevation-mass",
+ {
+ "variable": "elevation_change",
+ "format": "tgz"
+ },
+ "dowload.data",
+)