Skip to content

Commit

Permalink
Add exclude elements to list of non-parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Jul 28, 2022
1 parent 9aa0b28 commit e8880bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mp_api/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class MAPIClientSettings(BaseSettings):
QUERY_NO_PARALLEL: List[str] = Field(
[
"elements",
"exclude_elements",
"possible_species",
"coordination_envs",
"coordination_envs_anonymous",
Expand Down

0 comments on commit e8880bb

Please sign in to comment.