From edfecb6651d18ddcba508c88993215d3489c98b5 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 06:06:59 +0000 Subject: [PATCH] fix: resolve CI/CD issues - fixed linting and type errors --- shell_speak/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/shell_speak/config.py b/shell_speak/config.py index 77e2950..5cf479f 100644 --- a/shell_speak/config.py +++ b/shell_speak/config.py @@ -2,7 +2,6 @@ import os from pathlib import Path -from typing import Optional def get_data_dir() -> Path: