From 3c28f4038e5de54adb45d9213c91ed34978158be Mon Sep 17 00:00:00 2001 From: Baudouin Raoult Date: Thu, 19 Nov 2020 12:29:40 +0000 Subject: Check --- example-glaciers.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'example-glaciers.py') 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", ) -- cgit v1.2.3