Skip to content

Commit

Permalink
Remove repeated setting (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed May 4, 2023
1 parent 1defa9a commit c148ac2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mp_api/client/core/settings.py
Expand Up @@ -78,11 +78,6 @@ class MAPIClientSettings(BaseSettings):
description="Number of characters to use to define the maximum length of a given HTTP URL.",
)

MAX_HTTP_URL_LENGTH: int = Field(
_MAX_HTTP_URL_LENGTH,
description="Number of characters to use to define the maximum length of a given HTTP URL.",
)

MIN_EMMET_VERSION: str = Field(
"0.54.0", description="Minimum compatible version of emmet-core for the client."
)
Expand Down

0 comments on commit c148ac2

Please sign in to comment.