Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sunset666 committed Aug 30, 2024
1 parent e46b47a commit e5098a2
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ class ImageSizeValidator(Validator):
version = "1.0"
required = "segmentation_mask"
files_to_find = [
"**/*.ome.tif",
"**/*.ome.tiff",
"**/*.OME.TIFF",
"**/*.OME.TIF",
]
"**/*.ome.tif",
"**/*.ome.tiff",
"**/*.OME.TIFF",
"**/*.OME.TIF",
]

def collect_errors(self, **kwargs) -> List[Optional[str]]:
del kwargs
Expand Down

0 comments on commit e5098a2

Please sign in to comment.