Skip to content

Commit

Permalink
fix pylint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-richard committed Mar 9, 2024
1 parent c8ed9fc commit 0da6c39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pyrfu/mms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"load_brst_segments",
"make_model_kappa",
"make_model_vdf",
"make_model_rq",
# "make_model_rq",
"probe_align_times",
"psd2def",
"psd2dpf",
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
boto3>=1.34.45
botocore>=1.34.59
cdflib>=1.2.0
geopack==1.0.10
keyring>=24.2.0
Expand Down

0 comments on commit 0da6c39

Please sign in to comment.