We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e670b commit 5b0b8cdCopy full SHA for 5b0b8cd
misc/profile_check.py
@@ -25,6 +25,8 @@
25
CFLAGS="-O2 -g -fno-omit-frame-pointer"
26
"""
27
28
+from __future__ import annotations
29
+
30
import argparse
31
import glob
32
import os
0 commit comments