From b4624fa97afc582a71b72d149df887bbf0fc4e25 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 19 Mar 2023 23:53:09 -0500 Subject: [PATCH] typo --- apps/daylight_adjuster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/daylight_adjuster.py b/apps/daylight_adjuster.py index 8b54916..9d5caa1 100755 --- a/apps/daylight_adjuster.py +++ b/apps/daylight_adjuster.py @@ -3,7 +3,7 @@ from contextlib import suppress from dataclasses import InitVar, dataclass, field from datetime import datetime, timedelta from typing import Dict, Iterable -W + import astral import matplotlib.dates as mdates import matplotlib.pyplot as plt