Skip to content

Commit 44ec90d

Browse files
fixup! gh-135953: Add Gecko format to sampling profiler
1 parent 352ea21 commit 44ec90d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/profiling/sampling/gecko_collector.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import json
22
import os
33
import platform
4-
import sys
54
import time
6-
from typing import Dict, List, Optional, Tuple, Any
75

86
from .collector import Collector, THREAD_STATE_RUNNING
97

0 commit comments

Comments
 (0)