mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
proton: Remove unused imports.
This commit is contained in:
parent
85e2b8751b
commit
126f121b74
1 changed files with 0 additions and 3 deletions
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…
Add table
Add a link
Reference in a new issue