proton: Remove unused imports.
This commit is contained in:
parent
9682fbb464
commit
9a9f2a1cbc
1 changed files with 0 additions and 3 deletions
3
proton
3
proton
|
@ -4,9 +4,7 @@
|
|||
|
||||
import fcntl
|
||||
import array
|
||||
import filecmp
|
||||
import fnmatch
|
||||
import json
|
||||
import os
|
||||
import shutil
|
||||
import errno
|
||||
|
@ -14,7 +12,6 @@ import platform
|
|||
import stat
|
||||
import subprocess
|
||||
import sys
|
||||
import tarfile
|
||||
import shlex
|
||||
|
||||
from ctypes import CDLL
|
||||
|
|
Loading…
Reference in a new issue