brainsqueeze's picture
v2 of public chat
ef088c2 verified
raw
history blame
309 Bytes
def format_candid_profile_link(candid_entity_id: int | str) -> str:
"""Format the Candid Search organization profile link.
Parameters
----------
candid_entity_id : int | str
Returns
-------
str
URL
"""
return f"https://app.candid.org/profile/{candid_entity_id}"