Skip to content

Commit

Permalink
add new nested columns names to the NESTED_COLUMNS constant
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeSBarros committed Feb 17, 2024
1 parent 59977a2 commit 5c23779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crossfire/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from crossfire.clients import AsyncClient, Client # noqa
from crossfire.errors import NestedColumnError

NESTED_COLUMNS = {"contextInfo"}
NESTED_COLUMNS = {"contextInfo", "state", "region", "city", "neighborhood", "locality"}


@lru_cache(maxsize=1)
Expand Down

0 comments on commit 5c23779

Please # to comment.