Rename bfxapi.utils.camel_and_snake_case_adapters to bfxapi.utils.camel_and_snake_case_helpers.

This commit is contained in:
Davide Casale
2023-02-13 16:22:39 +01:00
parent f0d14a230f
commit 39f317ba40
2 changed files with 1 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ from decimal import Decimal
from .. types import *
from .. middleware import Middleware
from ... utils.camel_and_snake_case_adapters import to_snake_case_keys, to_camel_case_keys
from ...utils.camel_and_snake_case_helpers import to_snake_case_keys, to_camel_case_keys
_CustomerInfo = TypedDict("_CustomerInfo", {
"nationality": str, "resid_country": str, "resid_city": str,