Removed newlines

This commit is contained in:
Brian Charbonneau 2015-10-03 23:25:57 -07:00
commit 1ad982f5b7
2 changed files with 2 additions and 2 deletions

View file

@ -321,4 +321,4 @@ class Config(object):
"""
for name, value in kwargs.items():
key, definition_type, section, ini_key, default = self._define(name)
self._config[section][ini_key] = definition_type(value)
self._config[section][ini_key] = definition_type(value)

View file

@ -1260,4 +1260,4 @@ class Email(object):
}
]
return config_option
return config_option