From b70a2ef392473922cff9018a5d8a214b2259fc02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Al=C3=A1n=20Mu=C3=B1oz?= <amuoz@ed.ac.uk> Date: Sun, 3 Jul 2022 18:18:39 +0100 Subject: [PATCH] lint(cells): blackify cells.py --- io/cells.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/io/cells.py b/io/cells.py index 9ab4f8aa..5d3d95fb 100644 --- a/io/cells.py +++ b/io/cells.py @@ -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: -- GitLab