File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import json
2
- import urllib3 # type: ignore
2
+ import urllib3
3
3
4
4
from sentry_sdk .integrations import Integration
5
5
from sentry_sdk .api import set_context
Original file line number Diff line number Diff line change 26
26
from sentry_sdk .utils import Dsn
27
27
from sentry_sdk ._types import TYPE_CHECKING
28
28
29
- from urllib3 .util import parse_url as urlparse # type: ignore
29
+ from urllib3 .util import parse_url as urlparse
30
30
31
31
if TYPE_CHECKING :
32
32
from typing import Any
Original file line number Diff line number Diff line change 1
1
from __future__ import print_function
2
2
3
3
import io
4
- import urllib3 # type: ignore
4
+ import urllib3
5
5
import certifi
6
6
import gzip
7
7
import time
26
26
from typing import Union
27
27
from typing import DefaultDict
28
28
29
- from urllib3 .poolmanager import PoolManager # type: ignore
29
+ from urllib3 .poolmanager import PoolManager
30
30
from urllib3 .poolmanager import ProxyManager
31
31
32
32
from sentry_sdk ._types import Event , EndpointType
You can’t perform that action at this time.
0 commit comments