Skip to content

Commit

Permalink
Remove timeout_on_exit from InitOptions as not used
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Nov 13, 2023
1 parent 44fa14e commit 9960387
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nextline/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class InitOptions:
run_no_start_from: int = 1
trace_threads: bool = False
trace_modules: bool = False
timeout_on_exit: float = 3 # in seconds


@dataclasses.dataclass
Expand Down

0 comments on commit 9960387

Please sign in to comment.