Skip to content

Commit

Permalink
Remove unmaintained code that was causing linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
SorooshMani-NOAA committed Jul 13, 2023
1 parent b8ae032 commit 717ce88
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 1,047 deletions.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[MASTER]
fail-on=E
fail-under=9.85
fail-under=9.90
py-version=3.9.7
# As a temporary workaround for https://github.com/PyCQA/pylint/issues/4577
init-hook = "import astroid; astroid.context.InferenceContext.max_inferred = 250"
Expand Down
2 changes: 0 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ dependencies:
- numpy>=1.21 # numpy.typing
- matplotlib
- requests
- tqdm
- mpi4py
- pyarrow
- pytz
- geoalchemy2
- colored-traceback
- typing-extensions
Loading

0 comments on commit 717ce88

Please sign in to comment.