We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565d782 commit 77f3647Copy full SHA for 77f3647
application/database/db.py
@@ -1017,8 +1017,6 @@ def get_CREs(
1017
include_only: Optional[List[str]] = None,
1018
internal_id: Optional[str] = None,
1019
) -> List[cre_defs.CRE]:
1020
- cres: List[cre_defs.CRE] = []
1021
- query = CRE.query
1022
if not external_id and not name and not description and not internal_id:
1023
logger.error(
1024
"You need to search by external_id, internal_id name or description"
0 commit comments