Skip to content

Commit

Permalink
tools/cpuunclaimed: Remove unused python method imports (#5189)
Browse files Browse the repository at this point in the history
Remove unused python method imports

Signed-off-by: niuwanli <niuwanli@cqsoftware.com.cn>
  • Loading branch information
kiraskyler authored Jan 22, 2025
1 parent c8515f7 commit 6878f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cpuunclaimed.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
from time import sleep, strftime
import argparse
import multiprocessing
from os import getpid, system, open, close, dup, unlink, O_WRONLY
from os import open, close, dup, unlink, O_WRONLY
from tempfile import NamedTemporaryFile

# arguments
Expand Down

0 comments on commit 6878f24

Please sign in to comment.