add limit cap and remove unused import

This commit is contained in:
qananasikq
2026-04-16 20:44:27 +03:00
parent f47081d273
commit 47221dc1c8
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import json
import re
from pathlib import Path
from typing import Any, Callable, Iterable
from typing import Any, Iterable
def save_to_json(data: Any, filename: str | Path) -> None: