From 46dca4fcca0596544ae7e0a9ce686ce06fd6b688 Mon Sep 17 00:00:00 2001 From: Sachin Prasad Date: Thu, 18 Jul 2024 13:57:06 -0700 Subject: [PATCH] Redirect Keras-cv to /src Redirect Keras-cv to /src since keras-cv is moved under /src/ --- scripts/docstrings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docstrings.py b/scripts/docstrings.py index f77e0d9e76..7ee242e2f2 100644 --- a/scripts/docstrings.py +++ b/scripts/docstrings.py @@ -142,7 +142,7 @@ def make_source_link(cls, project_url): f"current imported package version {module_version}" ) path = cls.__module__.replace(".", "/") - if base_module in ("keras_cv", "tf_keras"): + if base_module in ("tf_keras"): path = path.replace("/src/", "/") line = inspect.getsourcelines(cls)[-1] return (