From f6edfe069cc084c2ca0e40e9a3e2be9f240b8e92 Mon Sep 17 00:00:00 2001 From: Calle Svensson Date: Mon, 15 Oct 2018 01:12:21 +0200 Subject: [PATCH] Fix whitespace to repair Travis CI (#544) * Fix whitespace to repair Travis CI * Apparently I'm running a different version/config of isort --- pwndbg/commands/version.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pwndbg/commands/version.py b/pwndbg/commands/version.py index 0bf7b3fd..ac36f527 100644 --- a/pwndbg/commands/version.py +++ b/pwndbg/commands/version.py @@ -189,5 +189,3 @@ If it is somehow unavailable, use: print(please_please_submit + github_issue_url) else: print(please_please_submit + github_issue_url) - -