Skip to content

Commit 4887322

Browse files
committed
remove unused imports
1 parent 90cc10d commit 4887322

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sentry_sdk/spotlight.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
from __future__ import annotations
22
import io
33
import logging
4-
import os
5-
import urllib.parse
6-
import urllib.request
7-
import urllib.error
84
import urllib3
95
import sys
106

11-
from itertools import chain, product
12-
137
from typing import TYPE_CHECKING
148

159
if TYPE_CHECKING:

0 commit comments

Comments
 (0)