Skip to content

Commit

Permalink
Make coverage great again. (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
mindflayer committed May 12, 2024
1 parent 98a1ed9 commit a14071e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions mocket/plugins/httpretty/core.py

This file was deleted.

2 changes: 1 addition & 1 deletion mocket/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .compat import decode_from_bytes, encode_to_bytes
from .exceptions import StrictMocketException

if TYPE_CHECKING:
if TYPE_CHECKING: # pragma: no cover
from typing import NoReturn

from _typeshed import ReadableBuffer
Expand Down

0 comments on commit a14071e

Please sign in to comment.