From 3f8477a4423ff51ea98f0341a027ef67fbcd6c26 Mon Sep 17 00:00:00 2001 From: maxkoryukov Date: Wed, 3 Feb 2016 02:36:26 +0500 Subject: [PATCH] Pep8 styling --- headphones/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/config.py b/headphones/config.py index f11cf787..cd64058d 100644 --- a/headphones/config.py +++ b/headphones/config.py @@ -26,7 +26,7 @@ class path(str): hstr = str.__new__(cls, *args, **kw) return hstr - def __repr__(self) : + def __repr__(self): return 'headphones.config.path(%s)' % self _CONFIG_DEFINITIONS = {