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 import json
from collections import defaultdict from collections import defaultdict
from pathlib import Path from pathlib import Path
from typing import List, Optional
import yaml import yaml