Skip to content
Open
Changes from 1 commit
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
Prev Previous commit
pre-commit run --all-files
  • Loading branch information
maurycy committed Dec 5, 2025
commit 6b1298b9389731b67d9721ce2cc90a668306cd67
1 change: 1 addition & 0 deletions pyperformance/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import sys

from pyperf import _hooks

from pyperformance import __version__, _utils, is_dev, is_installed
from pyperformance.commands import (
cmd_compare,
Expand Down
Loading