remove unused imports

This commit is contained in:
Axel Kohlmeyer
2022-06-14 10:45:05 -04:00
parent 6abb316dba
commit 2028c68bec
4 changed files with 3 additions and 6 deletions

View File

@ -1,4 +1,4 @@
import hashlib,os,subprocess,sys
import hashlib,os,subprocess
# try to auto-detect the maximum number of available CPUs
def get_cpus():