From c64fdbec9d6e9063559b5e813499209759b38fe5 Mon Sep 17 00:00:00 2001 From: Brian Axelson <86568017+baxeaz@users.noreply.github.com> Date: Wed, 23 Oct 2024 06:44:45 -0700 Subject: [PATCH] docs: Removing Optional from comments Signed-off-by: Brian Axelson <86568017+baxeaz@users.noreply.github.com> --- src/openjd/adaptor_runtime/_entrypoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openjd/adaptor_runtime/_entrypoint.py b/src/openjd/adaptor_runtime/_entrypoint.py index 1bf9986..23ad98d 100644 --- a/src/openjd/adaptor_runtime/_entrypoint.py +++ b/src/openjd/adaptor_runtime/_entrypoint.py @@ -257,7 +257,7 @@ def start( Args: reentry_exe (Path): The path to the binary executable that for adaptor reentry. - timeout_in_seconds (Optional[float]): The maximum time in seconds to wait for data before + timeout_in_seconds (float): The maximum time in seconds to wait for data before raising a TimeoutError. Defaults to 5 seconds. None means waiting indefinitely. """ parser, parsed_args = self._parse_args()