STY: Replaced indent with original formatting, no need to change.

This commit is contained in:
Steven Silvester
2012-12-15 09:19:26 -06:00
parent 49119524e3
commit a8dcb32b60
+1 -1
View File
@@ -122,7 +122,7 @@ def _setup_log():
formatter = logging.Formatter(
'%(name)s: %(levelname)s: %(message)s'
)
)
try:
handler = logging.StreamHandler(stream=sys.stdout)