fix: Remove unused List, Optional imports

This commit is contained in:
Paul Gauthier (aider) 2024-12-18 13:09:13 -08:00
parent 01088e214c
commit 817cb0d363

View file

@ -4,7 +4,6 @@ import argparse
import json
from collections import defaultdict
from pathlib import Path
from typing import List, Optional
import yaml