code-remove #26

Merged
sbcrumb merged 5 commits from code-remove into dev 2025-10-04 11:07:42 -04:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d0e4182d38 - Show all commits
+1 -1
View File
@@ -1 +1 @@
2.0.3
2.0.4
+1 -1
View File
@@ -4,7 +4,7 @@ High-performance async NFO file operations with concurrent processing
"""
import asyncio
from pathlib import Path
from typing import Optional, List, Dict, Any
from typing import Optional, List, Dict, Any, Tuple
from datetime import datetime
import xml.etree.ElementTree as ET