Skip to content

Commit

Permalink
Ignore typing for urllib3
Browse files Browse the repository at this point in the history
There are no annotations for it, see
urllib3/urllib3#867

This should make the mypy check happy.
  • Loading branch information
gladhorn committed Jun 28, 2020
1 parent 45757a2 commit e618a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wideq/core.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""A low-level, general abstraction for the LG SmartThinQ API.
"""
import requests
from urllib3.poolmanager import PoolManager
from urllib3.poolmanager import PoolManager # type: ignore
from requests.adapters import HTTPAdapter
import ssl
import base64
Expand Down

0 comments on commit e618a87

Please sign in to comment.