Open tobiasdiez opened 2 days ago
Currently, it uses resources which is not available on Windows. For cross-platform purposes, we change it to use time.process_time() instead.
resources
time.process_time()
Also add type hints and minor reformating.
Documentation preview for this PR (built with commit cadeed8e9e2455119cb7a213a939679f4e41dfaa; changes) is ready! :tada: This preview will update shortly after each push to this PR.
Currently, it uses
resources
which is not available on Windows. For cross-platform purposes, we change it to usetime.process_time()
instead.Also add type hints and minor reformating.
:memo: Checklist
:hourglass: Dependencies