Skip to content

Commit

Permalink
Remove existing warning
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Jul 5, 2023
1 parent 98443a0 commit c32d071
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mp_api/client/routes/molecules/molecules.py
@@ -1,4 +1,3 @@
import warnings
from typing import List, Optional, Tuple, Union

from emmet.core.mpid import MPculeID
Expand Down Expand Up @@ -145,11 +144,6 @@ def search(
([MoleculeDoc]) List of molecules documents
"""

warnings.warn(
"Data from this endpoint is from the NEW molecules database release. "
"For previous molecules data please use MPRester.legacy_jcesr.search!"
)

query_params = {"deprecated": deprecated} # type: dict

if molecule_ids:
Expand Down

0 comments on commit c32d071

Please sign in to comment.