From 1ad982f5b7e64b6a5892a946956253cc5f54de14 Mon Sep 17 00:00:00 2001 From: Brian Charbonneau Date: Sat, 3 Oct 2015 23:25:57 -0700 Subject: [PATCH] Removed newlines --- plexpy/config.py | 2 +- plexpy/notifiers.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plexpy/config.py b/plexpy/config.py index 8e27a7db..5716cd84 100644 --- a/plexpy/config.py +++ b/plexpy/config.py @@ -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) \ No newline at end of file diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index 2e5836b0..c0d96b4f 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -1260,4 +1260,4 @@ class Email(object): } ] - return config_option + return config_option \ No newline at end of file