Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions scalene/__main__.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
import sys
import traceback

from scalene import scalene_profiler


def should_trace(s: str) -> bool:
if scalene_profiler.Scalene.is_done():
return False
return scalene_profiler.Scalene.should_trace(s)


def main() -> None:
try:
Expand Down
Loading
Loading