autopep8
[sfa.git] / sfa / util / py23.py
index d26ebd1..7cd55cd 100644 (file)
@@ -21,7 +21,7 @@ try:
     import httplib as http_client
 except:
     from http import client as http_client
-    
+
 try:
     import ConfigParser
 except: