Skip to content

Commit 27df6e0

Browse files
committed
fix: removed unused import from elf loader
1 parent 833b8fd commit 27df6e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dyana/loaders/elf/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import json
33
import os
44
import subprocess
5-
import typing as t
65

76
from dyana import Profiler # type: ignore[attr-defined]
87

0 commit comments

Comments
 (0)