Commit ea11292
committed
fixup! Move local imports to module level in sampling profiler
Keep curses import as a local import in sample_live() since curses
is not available on Windows. The original code had this as a local
import to avoid breaking Windows tests that import the module.1 parent 0f57ae3 commit ea11292
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
460 | 459 | | |
461 | 460 | | |
462 | 461 | | |
| 462 | + | |
| 463 | + | |
463 | 464 | | |
464 | 465 | | |
465 | 466 | | |
| |||
0 commit comments