From e208ae4a7abbb08e45c8420b3cd84e24eeed91fe Mon Sep 17 00:00:00 2001 From: Michael Tauraso Date: Wed, 18 Sep 2024 14:03:29 -0700 Subject: [PATCH] Fixup docstring --- src/fibad/download.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/fibad/download.py b/src/fibad/download.py index 45d3887..6edf933 100644 --- a/src/fibad/download.py +++ b/src/fibad/download.py @@ -140,13 +140,6 @@ def _prune_downloaded_rects(self): """Prunes already downloaded rects using the manifest in `cutout_path`. `rects` passed in is mutated by this operation - Parameters - ---------- - cutout_path : Path - Where on the filesystem to find the manifest - rects : list[dC.Rect] - List of rects from which we want to prune previously downloaded rects - Returns ------- list[dC.Rect]