Skip to content

Commit

Permalink
MNT: Remove the unnecessary pyright in-line ignore. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Feb 12, 2024
1 parent 9fa9c07 commit 35f98f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions py3dep/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from numba import config as numba_config
from numba import njit, prange

numba_config.THREADING_LAYER = "workqueue" # pyright: ignore[reportAttributeAccessIssue]
numba_config.THREADING_LAYER = "workqueue"
has_numba = True
except ImportError:
has_numba = False
Expand Down Expand Up @@ -181,8 +181,8 @@ def fill_depressions(
or at user provided outlet cells ``idxs_pit``.
Depressions elsewhere are filled based on its lowest pour point elevation.
If the pour point depth is larger than the maximum pour point depth `max_depth` a pit
is set at the depression local minimum elevation.
If the pour point depth is larger than the maximum pour point depth ``max_depth``
a pit is set at the depression local minimum elevation.
Wang, L., & Liu, H. (2006). https://doi.org/10.1080/13658810500433453
Expand Down

0 comments on commit 35f98f5

Please sign in to comment.