Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 798b5b9

Browse files
committed
Improve coverage by excluding code from coverage.
It's still a win!
1 parent dd8d876 commit 798b5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hyper/contrib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from requests.structures import CaseInsensitiveDict
1212
from requests.utils import get_encoding_from_headers
1313
from requests.cookies import extract_cookies_to_jar
14-
except ImportError:
14+
except ImportError: # pragma: no cover
1515
HTTPAdapter = object
1616

1717
from hyper import HTTP20Connection

0 commit comments

Comments
 (0)