mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-02-11 06:08:58 +03:00
proton: Remove unused imports.
This commit is contained in:
parent
85e2b8751b
commit
126f121b74
3
proton
3
proton
@ -4,9 +4,7 @@
|
|||||||
|
|
||||||
import fcntl
|
import fcntl
|
||||||
import array
|
import array
|
||||||
import filecmp
|
|
||||||
import fnmatch
|
import fnmatch
|
||||||
import json
|
|
||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
import errno
|
import errno
|
||||||
@ -15,7 +13,6 @@ import resource
|
|||||||
import stat
|
import stat
|
||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
import tarfile
|
|
||||||
import shlex
|
import shlex
|
||||||
|
|
||||||
from ctypes import CDLL
|
from ctypes import CDLL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user