Skip to content

Commit

Permalink
- removed message that is no longer helpful;
Browse files Browse the repository at this point in the history
  • Loading branch information
jaltmayerpizzorno committed May 3, 2024
1 parent a7f4acd commit 1838e01
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/slipcover/slipcover.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
import threading

if sys.version_info[0:2] < (3,12):
try:
from . import probe
except ImportError:
raise RuntimeError("You probably have the wrong package; " + \
"SlipCover for Python <3.12 requires version-specific builds")
from . import probe
from . import bytecode as bc

from pathlib import Path
Expand Down

0 comments on commit 1838e01

Please sign in to comment.