Skip to content

Commit ff78165

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 65a5a4a commit ff78165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/profile_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def check_requirements() -> None:
7979
# TODO: How to make this work on other platforms?
8080
sys.exit("error: Only Linux is supported")
8181

82-
try: #type: ignore[unreachable] # https://github.com/python/mypy/issues/10773
82+
try: # type: ignore[unreachable] # https://github.com/python/mypy/issues/10773
8383
subprocess.run(["perf", "-h"], capture_output=True)
8484
except (subprocess.CalledProcessError, FileNotFoundError):
8585
print("error: The 'perf' profiler is not installed")

0 commit comments

Comments
 (0)