mirror of
https://github.com/rembo10/headphones.git
synced 2026-04-01 02:29:26 +01:00
Pep8 styling
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user