diff weather_server/types.py @ 39:b77c8e7d2742

Use zoneinfo rather than pytz.
author Paul Fisher <paul@pfish.zone>
date Tue, 01 Apr 2025 15:54:21 -0400
parents beb42c835c52
children 4af79d69b12e
line wrap: on
line diff
--- a/weather_server/types.py	Tue Apr 01 15:46:16 2025 -0400
+++ b/weather_server/types.py	Tue Apr 01 15:54:21 2025 -0400
@@ -6,7 +6,6 @@
 
 import attr
 
-
 T = t.TypeVar('T')