Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix black linter failures with action update #501

Merged
merged 2 commits into from
Jan 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/sphinxext/contributors.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
While the v0.23.1 tag does not exist, that will use the HEAD of the
branch as the end of the revision range.
"""

from announce import build_components
from docutils import nodes
from docutils.parsers.rst import Directive
Expand Down
3 changes: 1 addition & 2 deletions icepyx/core/visualization.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
"""
Interactive visualization of spatial extent and ICESat-2 elevations
"""

import concurrent.futures
import datetime
import re
import warnings

import backoff
Expand Down
2 changes: 0 additions & 2 deletions icepyx/quest/dataset_scripts/dataset.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import warnings
from icepyx.core.query import GenQuery

warnings.filterwarnings("ignore")


class DataSet:

"""
Template parent class for all QUEST supported datasets (i.e. ICESat-2, Argo BGC, Argo, MODIS, etc.).
All sub-classes must support the following methods for use via the QUEST class.
Expand Down
Loading