Refactor govmap

This commit is contained in:
Nitzan Pomerantz
2025-07-13 01:03:15 +03:00
parent a1fa75a878
commit dd6d78b48b
6 changed files with 338 additions and 338 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ Tests for the GovmapClient class.
import pytest
import requests
from unittest.mock import Mock, patch
from nadlan_mcp.main import GovmapClient
from nadlan_mcp.govmap import GovmapClient
class TestGovmapClient: