From 6167f1a0f5382f43a0511416a3e5c84c7577a8fb Mon Sep 17 00:00:00 2001 From: Rob Lemley Date: Tue, 23 Nov 2021 13:07:30 -0500 Subject: [PATCH] No bug - Black format. rs=linting --- calendar/timezones/update-zones.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/timezones/update-zones.py b/calendar/timezones/update-zones.py index 6de0c9c092..151c732f53 100755 --- a/calendar/timezones/update-zones.py +++ b/calendar/timezones/update-zones.py @@ -38,7 +38,7 @@ FUTURE_CUTOFF = 20241231 class TimezoneUpdater(object): - """ Timezone updater class, use the run method to do everything automatically""" + """Timezone updater class, use the run method to do everything automatically""" def __init__(self, tzdata_path, zoneinfo_pure_path): self.tzdata_path = tzdata_path