Fix isort lint import issues

pull/958/head
Disconnect3d 4 years ago
parent 00e94a9b4a
commit e2c899e4e5

@ -29,8 +29,8 @@ import pwndbg.commands.heap
import pwndbg.commands.hexdump
import pwndbg.commands.ida
import pwndbg.commands.leakfind
import pwndbg.commands.misc
import pwndbg.commands.memoize
import pwndbg.commands.misc
import pwndbg.commands.mprotect
import pwndbg.commands.next
import pwndbg.commands.peda

@ -6,8 +6,8 @@ import pwndbg.color.message as message
import pwndbg.events
import pwndbg.file
import pwndbg.memoize
import pwndbg.remote
import pwndbg.qemu
import pwndbg.remote
@pwndbg.memoize.reset_on_start

Loading…
Cancel
Save