[linux][mem] remove unnecessary import

This commit is contained in:
shirou 2021-09-29 22:55:44 +09:00 committed by GitHub
parent 32b14a3723
commit 582bb14d8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ import (
"strings"
"github.com/shirou/gopsutil/internal/common"
"github.com/shirou/gopsutil/v3/internal/common"
"golang.org/x/sys/unix"
)