console.py: Fix whitespace issue tripping codestyle

Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
Niels Thykier 2019-11-10 11:26:49 +00:00
parent 35aed10291
commit 3329f73535
No known key found for this signature in database
GPG Key ID: A65B78DBE67C7AAC

View File

@ -29,4 +29,3 @@ Locals available
console.interact(banner=banner, exitmsg='')
except SubInterpreterExit:
pass