Skip to content

Commit 5b0b8cd

Browse files
committed
Fix type check
1 parent f5e670b commit 5b0b8cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

misc/profile_check.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
CFLAGS="-O2 -g -fno-omit-frame-pointer"
2626
"""
2727

28+
from __future__ import annotations
29+
2830
import argparse
2931
import glob
3032
import os

0 commit comments

Comments
 (0)