Remove unused parameter

This commit is contained in:
Jules 2025-05-02 20:20:40 +02:00
parent 1a33b3b594
commit 2707950ad9
Signed by: jdejaegh
GPG key ID: 99D6D184CA66933A

View file

@ -24,7 +24,6 @@ class RainGraph:
animation_data: RadarAnimationData,
background_image_path: str,
background_size: (int, int),
config_dir: str = '.', # TODO remove ununsed
dark_mode: bool = False,
tz: datetime.tzinfo = dt.get_default_time_zone(),
svg_width: float = 640,