From 60ca4e99b41857480faef71deac6d53c5590a866 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 04:28:27 +0000 Subject: [PATCH] fix: resolve CI linting failures and test path --- errorfix/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/errorfix/cli.py b/errorfix/cli.py index df9f4de..a617cf9 100644 --- a/errorfix/cli.py +++ b/errorfix/cli.py @@ -1,6 +1,6 @@ import sys import os -from typing import Optional, List, Tuple +from typing import Optional, Tuple import click @@ -146,4 +146,4 @@ def main(): if __name__ == '__main__': - main() \ No newline at end of file + main()