Skip to content
Snippets Groups Projects
Commit b70a2ef3 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

lint(cells): blackify cells.py

parent 77610e8c
No related branches found
No related tags found
No related merge requests found
......@@ -96,8 +96,8 @@ class CellsHDF(Cells):
return list(set(self["trap"]))
@property
def ntimepoints(self)->int:
return cells['timepoint'].max()+1
def ntimepoints(self) -> int:
return cells["timepoint"].max() + 1
@property
def tile_size(self) -> int:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment