From c32d07173a7dc9c12c43440a03b47640b38d36bc Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 5 Jul 2023 15:14:25 -0700 Subject: [PATCH] Remove existing warning --- mp_api/client/routes/molecules/molecules.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mp_api/client/routes/molecules/molecules.py b/mp_api/client/routes/molecules/molecules.py index 677665bf..25d7a1d8 100644 --- a/mp_api/client/routes/molecules/molecules.py +++ b/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 @@ -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: