Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ws-m committed Sep 10, 2024
1 parent 4114673 commit de4a905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytim/willard_chandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit de4a905

Please sign in to comment.