Skip to content

Commit

Permalink
fix black linter failures resulting from psf/black action update (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaS11 authored Jan 26, 2024
1 parent d89fb4b commit 6c187bd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
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

0 comments on commit 6c187bd

Please sign in to comment.