From b620c0ade667a174d5070680c8c263d1c0757ea4 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sat, 15 Dec 2012 07:40:04 -0600 Subject: [PATCH] STY: Added newline at the end of file --- skimage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/__init__.py b/skimage/__init__.py index 3a4f60b1..1cd17744 100644 --- a/skimage/__init__.py +++ b/skimage/__init__.py @@ -137,4 +137,4 @@ def _setup_log(): _setup_log() -from .util.dtype import * \ No newline at end of file +from .util.dtype import *