Skip to content

Commit

Permalink
remove type
Browse files Browse the repository at this point in the history
  • Loading branch information
arie-matsliah committed Feb 2, 2021
1 parent 9408f9d commit 5de0b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sleap/nn/data/resizing.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ class SizeMatcher:
def from_config(
cls,
config: PreprocessingConfig,
provider: Optional[Provider] = None,
provider: Optional = None,
update_config: bool = True,
image_key: Text = "image",
scale_key: Text = "scale",
Expand Down

0 comments on commit 5de0b1b

Please sign in to comment.