From 8977813ff3d3717180827f4dfcb88ea96e4b5389 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 14 Apr 2023 15:15:07 +0100 Subject: wip: Formatting change --- datamaps/process/cleansers.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/datamaps/process/cleansers.py b/datamaps/process/cleansers.py index 7c5aa8d..29cf563 100644 --- a/datamaps/process/cleansers.py +++ b/datamaps/process/cleansers.py @@ -188,7 +188,8 @@ class Cleanser: """ Handles dates in "03/05/2016" format. """ - # TODO: separate function needed here to assert that month values are in 'MM' format + # TODO: separate function needed here to assert that month values are in 'MM' + # format # TODO: investigate rules for the year m = re.match(regex, self.string) if int(m.groups()[-1]) in range(1965, 1967): -- cgit v1.2.3