summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorEddy Comyn-Platt <53045993+EddyCMWF@users.noreply.github.com>2023-02-28 12:09:54 +0000
committerGitHub <noreply@github.com>2023-02-28 12:09:54 +0000
commit85351e4a835a16fff2d64da0f203e0c523432cc1 (patch)
treefcd71a3e0a05d6d55afcf3a0194fa32f06f4ab17 /examples
parent503efc0dc7cb261d659cf0d61d979eba5184b330 (diff)
Code quality tests added (#65)
* code quality checks to github actions * tox.ini options set
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/example-era5-update.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/example-era5-update.py b/examples/example-era5-update.py
index 8b56573..5d10c85 100755
--- a/examples/example-era5-update.py
+++ b/examples/example-era5-update.py
@@ -9,6 +9,7 @@
# does it submit to any jurisdiction.
import time
+
import cdsapi
c = cdsapi.Client(debug=True, wait_until_complete=False)