fix: drop typing names not yet used from journal.py import

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-10 14:53:24 -04:00
co-authored by Claude Fable 5
parent fb5570155b
commit 0343eb4a24
+1 -1
View File
@@ -11,7 +11,7 @@ import os
import asyncio
from datetime import datetime
from pathlib import Path
from typing import Dict, Any, Optional, Callable, Iterable, List, Tuple, Union
from typing import Dict, Any, Optional, Iterable
logger = logging.getLogger(__name__)