mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-12-03 12:46:56 -05:00
Remove unnecessary import from debugging
This commit is contained in:
parent
8b78aa680d
commit
92b55c4737
1 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@ from stat import S_IFDIR, S_IFLNK, S_IFREG
|
|||
from time import time
|
||||
import mmap
|
||||
import errno
|
||||
import debugpy
|
||||
from tempfile import NamedTemporaryFile
|
||||
|
||||
class MtkDaFS(LoggingMixIn, Operations):
|
||||
|
|
Loading…
Reference in a new issue