File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
try :
6
6
from urllib .parse import parse_qsl
7
7
except ImportError :
8
- from urlparse import parse_qsl
8
+ from urlparse import parse_qsl # type: ignore
9
9
10
10
from sentry_sdk .api import continue_trace
11
11
from sentry_sdk ._compat import reraise
Original file line number Diff line number Diff line change 3
3
try :
4
4
from urllib .parse import parse_qsl
5
5
except ImportError :
6
- from urlparse import parse_qsl
6
+ from urlparse import parse_qsl # type: ignore
7
7
8
8
from sentry_sdk import Hub
9
9
from sentry_sdk .consts import OP , SPANDATA
Original file line number Diff line number Diff line change 7
7
try :
8
8
from urllib .parse import parse_qsl
9
9
except ImportError :
10
- from urlparse import parse_qsl
10
+ from urlparse import parse_qsl # type: ignore
11
11
12
12
from sentry_sdk .consts import OP , SPANDATA
13
13
from sentry_sdk .hub import Hub
You can’t perform that action at this time.
0 commit comments