From de4a90507bed262f17fc0a59e9d4603f93b52463 Mon Sep 17 00:00:00 2001 From: a-ws-m Date: Tue, 10 Sep 2024 21:37:56 +0100 Subject: [PATCH] Fix import order --- pytim/willard_chandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytim/willard_chandler.py b/pytim/willard_chandler.py index 8074f21..0352d9f 100644 --- a/pytim/willard_chandler.py +++ b/pytim/willard_chandler.py @@ -5,8 +5,8 @@ ======================== """ -from typing import Optional from __future__ import print_function +from typing import Optional from skimage import measure import numpy as np