Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Dec 6, 2023
1 parent 4cce50b commit d3a8eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ragna/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def target() -> None:

# Vendored from pytest-timeout
# https://github.com/pytest-dev/pytest-timeout/blob/d91e6d8d69ad706e38a2c9de461a72c4d19777ff/pytest_timeout.py#L218-L247
def is_debugging():
def is_debugging() -> bool:
trace_func = sys.gettrace()
trace_module = None
if trace_func:
Expand Down

0 comments on commit d3a8eda

Please sign in to comment.