From e122a4dc00f1f47f727e13bf82262320c1b2acdf Mon Sep 17 00:00:00 2001 From: Eoghan O'Connell Date: Thu, 26 Mar 2026 09:54:49 +0100 Subject: [PATCH] fix: minor lint issue --- afmformats/meta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afmformats/meta.py b/afmformats/meta.py index 9857d23..087da7d 100644 --- a/afmformats/meta.py +++ b/afmformats/meta.py @@ -409,7 +409,7 @@ def parse_time(value): # See https://github.com/AFM-analysis/afmformats/issues/43 hh = hh.strip("\\") mm = mm.strip("\\") - + newvalue = ":".join(["{:02d}".format(int(hh)), "{:02d}".format(int(mm)), "{:02d}".format(int(ss0)) + ss1