From 0da6c398709ce1ca3aedd6d3085880c70e15a69b Mon Sep 17 00:00:00 2001 From: louis-richard Date: Sat, 9 Mar 2024 01:39:39 +0100 Subject: [PATCH] fix pylint errors --- pyproject.toml | 1 + pyrfu/mms/__init__.py | 2 +- requirements.txt | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ebaba5d..4b7104f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,6 +35,7 @@ classifiers = [ ] dependencies = [ "boto3>=1.34.45", + "botocore>=1.34.59", "cdflib>=1.2.0", "keyring>=24.2.0", "geopack==1.0.10", diff --git a/pyrfu/mms/__init__.py b/pyrfu/mms/__init__.py index 8bd9897..4ed9f3a 100644 --- a/pyrfu/mms/__init__.py +++ b/pyrfu/mms/__init__.py @@ -167,7 +167,7 @@ "load_brst_segments", "make_model_kappa", "make_model_vdf", - "make_model_rq", + # "make_model_rq", "probe_align_times", "psd2def", "psd2dpf", diff --git a/requirements.txt b/requirements.txt index 2c6413f..81a5521 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ boto3>=1.34.45 +botocore>=1.34.59 cdflib>=1.2.0 geopack==1.0.10 keyring>=24.2.0