Fix ban_service typing by replacing Any with GeoEnricher and GeoInfo

This commit is contained in:
2026-03-17 10:33:39 +01:00
parent c9e688cc52
commit dfbe126368
2 changed files with 49 additions and 30 deletions

View File

@@ -131,7 +131,9 @@ After completing TASK B-5, a `geo_service` method (or via `geo_cache_repo` throu
---
#### TASK B-7 — Replace `Any` type annotations in `ban_service.py`
#### TASK B-7 — Replace `Any` type annotations in `ban_service.py`
**Status:** Completed ✅
**Violated rule:** Backend-Development.md §1 — Never use `Any`; all functions must have explicit type annotations.