From b2a3f7cfcefd8abcd6ddff6675ae90a733b5396b Mon Sep 17 00:00:00 2001 From: David Sowder Date: Mon, 20 Feb 2012 18:52:59 -0600 Subject: [PATCH] pep8 compliance: W391 blank line at end of file --- config.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.py b/config.py index cd69100..e023448 100644 --- a/config.py +++ b/config.py @@ -271,7 +271,3 @@ class Settings(object): print "Setting", attr, val return object.__setattr__(self, attr, val) - - - - \ No newline at end of file