diff --git a/.coveragerc b/.coveragerc index f527e4fb..f1a4bf25 100644 --- a/.coveragerc +++ b/.coveragerc @@ -5,3 +5,6 @@ omit = rq/contrib/legacy.py rq/dummy.py rq/local.py + +exclude_lines = + if TYPE_CHECKING: \ No newline at end of file