diff --git a/pwndbg/commands/attachp.py b/pwndbg/commands/attachp.py index 61e1666a5..3b14d6fce 100644 --- a/pwndbg/commands/attachp.py +++ b/pwndbg/commands/attachp.py @@ -9,8 +9,8 @@ from subprocess import check_output import gdb import pwndbg.commands -from pwndbg.commands import CommandCategory from pwndbg.color import message +from pwndbg.commands import CommandCategory parser = argparse.ArgumentParser( formatter_class=argparse.RawTextHelpFormatter,