From 31195a555d58f7ff75f83ad747fbf9fa2eab4a61 Mon Sep 17 00:00:00 2001 From: Aryamanz29 Date: Mon, 6 Jan 2025 22:14:31 +0530 Subject: [PATCH] [docs] Removed redundant doctrings --- pyatlan/client/asset.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyatlan/client/asset.py b/pyatlan/client/asset.py index 302e93e1b..d075922a0 100644 --- a/pyatlan/client/asset.py +++ b/pyatlan/client/asset.py @@ -446,8 +446,6 @@ def get_by_guid( :param attributes: a specific list of attributes to retrieve for the asset :param related_attributes: a specific list of relationships attributes to retrieve for the asset :returns: the requested asset - :param attributes: a specific list of attributes to retrieve for the asset - :param relationships_attributes: a specific list of relationships attributes to retrieve for the asset :raises NotFoundError: if the asset does not exist, or is not of the type requested :raises AtlanError: on any API communication issue """