From 007e7076c7404c86180ff3aa6ea3fe15024a87c3 Mon Sep 17 00:00:00 2001 From: chqn Date: Wed, 3 Jan 2024 13:12:48 -0600 Subject: Refactored function signatures and added some TODOs --- src/update_rofi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/update_rofi.py') diff --git a/src/update_rofi.py b/src/update_rofi.py index a7d3aa6..88e3289 100644 --- a/src/update_rofi.py +++ b/src/update_rofi.py @@ -1,6 +1,6 @@ import color_engine -def updateRofiTheme(config_path: str, colors: list, compliments: list): +def updateRofiTheme(config_path: str, colors: list, compliments: list) -> None: print('[bold red]Updating Rofi color scheme') data = '' with open(config_path, 'r') as file: -- cgit v1.2.3