Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello-Sega committed Sep 11, 2024
1 parent de4a905 commit 9c619dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pytim/willard_chandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"""

from __future__ import print_function
from typing import Optional
from skimage import measure
import numpy as np

Expand Down Expand Up @@ -131,7 +130,7 @@ def __init__(self,
centered=False,
warnings=False,
autoassign=True,
density_cutoff: Optional[float] = None,
density_cutoff=None,
**kargs):

self.autoassign, self.do_center = autoassign, centered
Expand Down

0 comments on commit 9c619dc

Please sign in to comment.