mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
remove tempfile and shutil imports because they're not actually used
This commit is contained in:
parent
447281b5b1
commit
642b3f002e
@ -1,4 +1,4 @@
|
||||
import os, ssl, time, datetime, tempfile, shutil
|
||||
import os, ssl, time, datetime
|
||||
from pyasn1.type import univ, constraint, char, namedtype, tag
|
||||
from pyasn1.codec.der.decoder import decode
|
||||
from pyasn1.error import PyAsn1Error
|
||||
|
Loading…
Reference in New Issue
Block a user