Skip to content

Commit e65178f

Browse files
committed
remove comments
1 parent 588c212 commit e65178f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fireblocks_sdk/api_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ def __init__(self, text: Union[str, None, object] = object()):
414414
Args:
415415
text (str | None): Asset user note.
416416
"""
417-
if text is not AssetNoteRequest.__init__.__defaults__[0]: # Check if text was explicitly provided
417+
if text is not AssetNoteRequest.__init__.__defaults__[0]:
418418
self.text = text
419419

420420
def to_dict(self):

0 commit comments

Comments
 (0)