mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-12-02 12:16:52 -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):
|
||||
|
@ -76,4 +75,4 @@ class MtkDaFS(LoggingMixIn, Operations):
|
|||
def getattr(self, path, fh=None):
|
||||
if not self.rw:
|
||||
self.files[path]['st_mode'] &= ~0o222
|
||||
return self.files[path]
|
||||
return self.files[path]
|
||||
|
|
Loading…
Reference in a new issue