We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd94974 commit d5a0a29Copy full SHA for d5a0a29
1 file changed
mp_api/client/core/settings.py
@@ -85,9 +85,7 @@ class MAPIClientSettings(BaseSettings):
85
_MAX_LIST_LENGTH, description="Maximum length of query parameter list"
86
)
87
88
- ENDPOINT: str = Field(
89
- _DEFAULT_ENDPOINT, description="The default API endpoint to use."
90
- )
+ ENDPOINT: str = Field("", description="The default API endpoint to use.")
91
92
LTOL: float = Field(
93
_EMMET_SETTINGS.LTOL,
0 commit comments