From a8a4f0f9ec16cc4212f0cabab166808d8f1b7bb7 Mon Sep 17 00:00:00 2001 From: Scott Stevenson Date: Sun, 6 Oct 2024 12:34:51 +0100 Subject: [PATCH] Update type in docstring to match source --- src/nb_clean/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nb_clean/cli.py b/src/nb_clean/cli.py index 901544c..49b77cc 100644 --- a/src/nb_clean/cli.py +++ b/src/nb_clean/cli.py @@ -18,12 +18,12 @@ def expand_directories(paths: list[pathlib.Path]) -> list[pathlib.Path]: Parameters ---------- - paths : List[pathlib.Path] + paths : list[pathlib.Path] Paths to expand, including directories. Returns ------- - List[pathlib.Path] + list[pathlib.Path] Paths with directories expanded into notebooks contained within. """