Skip to content

Commit

Permalink
docs: Removing Optional from comments
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Axelson <[email protected]>
  • Loading branch information
baxeaz committed Oct 23, 2024
1 parent 3615074 commit c64fdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openjd/adaptor_runtime/_entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit c64fdbe

Please sign in to comment.