Skip to content

Commit f5b7f85

Browse files
committed
Remove unused imports
1 parent dcac498 commit f5b7f85

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Lib/cProfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
__all__ = ["run", "runctx", "Profile"]
1010

1111
if __name__ == "__main__":
12-
import sys
1312
from profiling.tracing.__main__ import main
1413
main()

Lib/profiling/sampling/heatmap_collector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import sys
1212
from dataclasses import dataclass, field
1313
from pathlib import Path
14-
from typing import Dict, List, Tuple, Optional, Any
14+
from typing import Dict, List, Tuple
1515

1616
from ._css_utils import get_combined_css
1717
from .stack_collector import StackTraceCollector

0 commit comments

Comments
 (0)