Skip to content

Commit

Permalink
Fixup docstring line
Browse files Browse the repository at this point in the history
  • Loading branch information
trey-stafford committed Oct 31, 2024
1 parent 4dc2872 commit a180892
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions icepyx/core/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,9 +753,7 @@ def granules(self) -> Granules:
Examples
--------
>>> reg_a = ipx.Query('ATL06',[-55, 68, -48,
71],['2019-02-20','2019-02-28']) #
+SKIP
>>> reg_a = ipx.Query('ATL06',[-55, 68, -48, 71],['2019-02-20','2019-02-28']) # +SKIP
>>> reg_a.granules # doctest: +SKIP
<icepyx.core.granules.Granules at [location]>
"""
Expand Down

0 comments on commit a180892

Please sign in to comment.