From 1a52e98fbd4cc52630544e990108ca9aaea83ab7 Mon Sep 17 00:00:00 2001 From: Vladimir Iakovlev Date: Tue, 28 Mar 2017 12:25:33 +0200 Subject: [PATCH] #620: Fix code style --- thefuck/logs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thefuck/logs.py b/thefuck/logs.py index 3d8fcc81..3c36f85f 100644 --- a/thefuck/logs.py +++ b/thefuck/logs.py @@ -126,4 +126,4 @@ def configured_successfully(configuration_details): def version(thefuck_version, python_version): sys.stderr.write( u'The Fuck {} using Python {}'.format(thefuck_version, - python_version)) + python_version))